An object of ClassType clsPartitionLevel 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 | Contains the level description. |
| EstimatedSize | Contains the estimated number of members in a 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 JOIN clause for the level. |
| LevelType | Returns an enumeration constant identifying the specific type of level. |
| MemberKeyColumn | Returns the name of the column that contains member keys of the partition level. |
| MemberNameColumn | Sets or returns the name of the column that contains member names. |
| Name | Contains 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 | Contains the level member name used to define the partition slice. |
| SubClassType | Returns an enumeration constant identifying the subclass type of the object. |