Analysis Services Programming
clsPartitionDimension
An object of ClassType clsPartitionDimension is used to maintain the
Remarks
A partition cannot have fewer dimensions than its parent cube.
Example
Use the following code to reference an object of ClassType clsPartitionDimension:
' Assume an object (dsoCube) of ClassType clsCube exists.
Dim dsoPart As MDStore
Dim dsoPartDim As DSO.Dimension
' Retrieve the default partition.
Set dsoPart = dsoCube.MDStore(1)