The clsPartitionAnalyzer AggregationAnalysisInitialized property contains the status of the last time that the InitializeDesign method was invoked: True if successful; False if otherwise.
Boolean
Read-only
Use the following code to check the initialization status of an object of ClassType clsPartitionAnalyzer. For more information, see InitializeDesign.
'Assume the existence of an object (dsoPartAnalyzer) of ClassType
'clsPartitionAnalyzer
If dsoPartAnalyzer.AggregationAnalysisInitialized Then
Debug.Print "Initialization OK"
Else
Debug.Print "Not Initialized"
End If
clsAggregation | Properties Cross-Reference |
clsPartition | Using Decision Support Objects |
clsPartitionAnalyzer |