clsPartitionDimension
Hinweis: |
---|
Dieses Feature wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature nicht zum Entwickeln neuer Anwendungen, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird, zum frühstmöglichen Zeitpunkt ein. |
An object of ClassType clsPartitionDimension is used to maintain the dimension objects that a partition object contains. It provides a specific implementation of the Decision Support Objects (DSO) Dimension interface for dimensions associated with a specific partition. An object of ClassType clsPartitionDimension object provides collections and properties through the Dimension interface. There are no methods associated with an object of ClassType clsPartitionDimension.
Hinweise
A partition cannot have fewer dimensions than its parent cube.
Beispiel
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)
Siehe auch
Verweis
Collections, clsPartitionDimension
Dimension Interface
Properties, clsPartitionDimension