An object of ClassType clsCubeLevel 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 cube level. |
| ColumnType | The data type of the MemberKeyColumn of the cube level. |
| Description | The description of the cube level. |
| EstimatedSize | The estimated number of rows in the cube level. |
| FromClause | Contains the SQL FROM clause for the cube level. |
| IsDisabled | Indicates whether the cube level is disabled. |
| IsUnique | Indicates whether the members of the cube level are unique. |
| IsValid | Indicates whether the structure of the cube level is valid. |
| JoinClause | The SQL JOIN clause of the cube level. |
| LevelType | Returns an enumeration constant identifying the specific type of level. |
| MemberKeyColumn | The name of the column that contains the member key of the cube level. |
| MemberNameColumn | The name of the column that contains member names. |
| Name | The name of the cube 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. |