次の方法で共有


Level (Decision Support Objects)

ms135506.note(ja-jp,SQL.90).gifメモ :
  この機能は、Microsoft SQL Server の次のバージョンで削除されます。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションはできるだけ早く修正してください。

The Level object in Decision Support Objects (DSO) provides access to levels associated with dimensions in Microsoft® SQL Server™ 2000 Analysis Services. The Levels collection of the DSO Dimension object provides access to DSO Level objects. In addition, the Levels collection is supported by the Cube, Aggregation, and Partition DSO objects.

All four types of levels are supported with DSO objects. Each level object detailed in the following table uses the Level interface, with the ClassType property set to the appropriate value for the level type as shown.

Level type Level object Level class type

Database level

DbLevel

clsDatabaseLevel

Cube level

CubeLevel

clsCubeLevel

Partition level

PartitionLevel

clsPartitionLevel

Aggregation level

AggregationLevel

clsAggregationLevel

The Level object is used to:

  • Provide access to the member properties associated with a level.
  • Edit the properties, such as level type and custom rollup expression, associated with a level.

参照

関連項目

clsDatabaseLevel
clsCubeLevel
clsPartitionLevel
clsAggregationLevel

概念

Dimension (Decision Support Objects)
Working with Dimensions and Levels

その他の技術情報

Levels (MDX)

ヘルプおよび情報

SQL Server 2005 の参考資料の入手