Partition (Decision Support Objects)

注意注意

  下一版本的 Microsoft SQL Server 将删除该功能。 请不要在新的开发工作中使用该功能,并尽快修改当前还在使用该功能的应用程序。

The Partition object in Decision Support Objects (DSO) provides access to partitions in Microsoft® SQL Server™ 2000 Analysis Services. Access to partitions associated with cubes in Analysis Services is supplied by the MDStores collection of the DSO Cube object. As such, the Partition object uses the MDStore interface, with a ClassType property of clsPartition.

The Partition object is used to:

  • Provide access to data sources, dimensions, aggregations, and measures associated with a partition in Analysis Services.

  • Update partitions programmatically.

  • Manage locks on partitions.