Freigeben über


clsPartition

HinweisHinweis

  Diese Funktion wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie so bald wie möglich das Ändern von Anwendungen, in denen es zurzeit verwendet wird.

An object of ClassType clsPartition serves as a data store for multidimensional cubes. It provides an implementation of the Decision Support Objects (DSO) MDStore interface specific to partitions. This object provides collections, methods, and properties through the MDStore interface.

For more information about partitions, see Partitions.

Beispiel

Use the following code to create an object of ClassType clsPartition:

'Assume an object (dsoCube) of ClassType clsCube exists
Dim dsoPartition As DSO.MDStore
Set dsoPartition = dsoCube.MDStores.AddNew("MyPartition")