An object of ClassType clsDatabaseLevel implements the following properties of the Level interface.
| Property | Description |
|---|---|
| AreMemberKeysUnique | Indicates whether the members of a level are uniquely identified by their member key column |
| AreMemberNamesUnique | Indicates whether the members of a level are uniquely identified by their member name column |
| ClassType | Returns an enumeration constant that identifies the specific object type |
| ColumnSize | The size (in bytes) of the data in the member key column of the level |
| ColumnType | The data type of the member key column of the level |
| CustomRollUpColumn | Contains the name of the column that contains member-specific rollup instructions |
| CustomRollUpExpression | Contains a Multidimensional Expressions (MDX) expression used to override the default rollup mode |
| CustomRollUpPropertiesColumn | Contains the name of the column that supplies cell properties for member-specific rollup instructions |
| 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 |
| Grouping | Indicates the type of grouping used by the OLAP server |
| HideMemberIf | Indicates whether a member should be hidden from client applications |
| IsValid | Indicates whether the structure of the database level is valid |
| IsVisible | Indicates whether the level is visible to client applications |
| JoinClause | The SQL JOIN clause for the database level |
| LevelNamingTemplate | Defines how levels in a parent-child hierarchy are named |
| LevelType | Returns an enumeration constant that identifies 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 |
| Ordering | Specifies the method to use when ordering the members of a level |
| OrderingMemberProperty | Specifies a member property used to determine the ordering of members |
| OrdinalPosition | Returns the ordinal position of the level in the Levels collection of the parent object |
| Parent | Returns a reference to the parent Dimension object |
| ParentKeyColumn | Identifies the parent of a member in a parent-child hierarchy |
| RootMemberIf | Determines how the root member or members of a parent-child hierarchy are identified |
| SkippedLevelsColumn | Identifies the column that holds the number of empty levels between a member and its parent |
| SubClassType | Returns an enumeration constant that identifies the subclass type of the object |
| UnaryOperatorColumn | Contains the name of a column that stores mathematical operators serving as member-specific rollup instructions for the level |