共用方式為


clsPartition

[!附註]

  下一版的 Microsoft SQL Server 將不再提供此功能。請勿在新的開發工作中使用此功能,並且儘速修改使用此功能的應用程式。

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.

範例

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")