Analysis Services Programming
Parent (clsPartitionAnalyzer)
The Parent property of an object of ClassType clsPartitionAnalyzer contains a reference to the parent MDStore (ClassType clsPartition) object.
Data Type
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