AggregationAnalysisInitialized

The clsPartitionAnalyzer AggregationAnalysisInitialized property contains the status of the last time that the InitializeDesign method was invoked: True if successful; False if otherwise.

Data Type

Boolean

Access

Read-only

Example

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

See Also
clsAggregation Properties Cross-Reference
clsPartition Using Decision Support Objects
clsPartitionAnalyzer  

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.