The clsPartitionAnalyzer Parent property contains a reference to the parent MDStore (ClassType clsPartition) object.
MDStore
Read-only
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
clsAggregation | Properties Cross-Reference |
clsPartition | Using Decision Support Objects |
clsPartitionAnalyzer |