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