Properties, clsDatabaseLevel
Remarque : |
---|
Cette fonctionnalité sera supprimée dans la prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement, et modifiez dès que possible les applications qui utilisent actuellement cette fonctionnalité. |
An object of ClassType clsDatabaseLevel implements the following properties of the Level interface.
Property | Description |
---|---|
Indicates whether the members of a level are uniquely identified by their member key column |
|
Indicates whether the members of a level are uniquely identified by their member name column |
|
Returns an enumeration constant that identifies the specific object type |
|
The size (in bytes) of the data in themember key column of the level |
|
The data type of the member key column of the level |
|
Contains the name of the column that contains member-specific rollup instructions |
|
Contains a Multidimensional Expressions (MDX) expression used to override the default rollup mode |
|
Contains the name of the column that supplies cell properties for member-specific rollup instructions |
|
The description of the database level |
|
The estimated number of rows in the database level |
|
The SQL FROM clause for the database level |
|
Indicates the type of grouping used by the OLAP server |
|
Indicates whether a member should be hidden from client applications |
|
Indicates whether the structure of the database level is valid |
|
Indicates whether the level is visible to client applications |
|
The SQL JOIN clause for the database level |
|
Defines how levels in a parent-child hierarchy are named |
|
Returns an enumeration constant that identifies the specific type of level |
|
The name of the column that contains the member keys of the database level |
|
The name of the column that contains member names |
|
The name of the database level |
|
Specifies the method to use when ordering the members of a level |
|
Specifies a member property used to determine the ordering of members |
|
Returns the ordinal position of the level in the Levels collection of the parent object |
|
Returns a reference to the parent Dimension object |
|
Identifies the parent of a member in a parent-child hierarchy |
|
Determines how the root member or members of a parent-child hierarchy are identified |
|
Identifies the column that holds the number of empty levels between a member and its parent |
|
Returns an enumeration constant that identifies the subclass type of the object |
|
Contains the name of a column that stores mathematical operators serving as member-specific rollup instructions for the level |
Voir aussi
Référence
clsDatabaseLevel
Level Interface