An object of ClassType clsDatabaseLevel implements the following properties of the Level interface.
Property | Description |
---|---|
ClassType | Returns an enumeration constant identifying the specific object type. |
ColumnSize | The size of the MemberKeyColumn of the level. |
ColumnType | The data type of the MemberKeyColumn of the level. |
Description | The description of the database level. |
EstimatedSize | The estimated number of rows in the database level. |
FromClause | The SQL FROM clause for the database level. |
IsUnique | Indicates whether the database level’s members are unique. |
IsValid | Indicates whether the structure of the database level is valid. |
JoinClause | The SQL JOIN clause for the database level. |
LevelType | Returns an enumeration constant identifying the specific type of level. |
MemberKeyColumn | The name of the column that contains the member keys of the database level. |
MemberNameColumn | The name of the column that contains member names. |
Name | The name of the database level. |
OrdinalPosition | Returns the ordinal position of the level in the parent object’s Levels collection. |
Parent | Returns a reference to the parent Dimension object. |
SubClassType | Returns an enumeration constant identifying the subclass type of the object. |