Ordering (Level Interface)
Hinweis: |
---|
Dieses Feature wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature nicht zum Entwickeln neuer Anwendungen, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird, zum frühstmöglichen Zeitpunkt ein. |
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 |
Hinweise
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".
Siehe auch
Verweis
Level Interface
OrderingMemberProperty (Level Interface)