メモ : |
|---|
| この機能は、Microsoft SQL Server の次のバージョンで削除されます。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションはできるだけ早く修正してください。 |
The Ordering property of the Level interface specifies the method to use when ordering the members of a level.
Applies To:clsAggregationLevel, clsCubeLevel, clsDatabaseLevel, clsPartitionLevel
Data Type
Access
Access depends on the value of the ClassType property of the object.
| Class type | Access |
|---|---|
clsDatabaseLevel |
R/W |
clsCubeLevel |
R |
clsPartitionLevel |
R |
clsAggregationLevel |
R |
解説
Values of the Ordering property affect the access and values of the OrderingMemberProperty. For example, to enable read/write access for OrderingMemberProperty, specify orderMemberProperty for the Ordering OrderType. If orderKey or orderName are specified, OrderingMemberProperty has read-only access with respective values of "Key" and "Name".
参照
関連項目
Level Interface
OrderingMemberProperty (Level Interface)
メモ :