Parent

The clsPartitionAnalyzer Parent property contains a reference to the parent MDStore (ClassType clsPartition) object.

Data Type

MDStore

Access

Read-only

Example

Use the following code to refer to the parent object of the partition analyzer. For more information, see InitializeDesign.

'Assume the existence of an object (dsoPartAnalyzer) of ClassType
'clsPartitonAnalyzer

'Print the name of the clsPartitionAnalyzer's parent partition

Dim objParent As MDStore

Set objParent = dsoPartAnalyzer.Parent

Debug.Print objParent.Name

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

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