An object of ClassType clsAggregationDimension implements the following properties of the Dimension interface.
| Property | Description | 
|---|---|
| ClassType | Returns an enumeration constant identifying the specific object type. | 
| DataSource | The name of the DataSource object. | 
| DimensionType | Returns an enumeration constant identifying the specific type of dimension. | 
| FromClause | A comma-separated list of the tables from which the store data is obtained. | 
| IsShared | Indicates whether the dimension is shared among cubes. | 
| IsValid | Indicates whether the dimension structure is valid. | 
| JoinClause | Contains the SQL JOIN clause for the dimension. | 
| LastProcessed | The date and time when the dimension was last processed. | 
| LastUpdated | User-specified date. Not used by OLAP Services. | 
| Name | The dimension name. | 
| OrdinalPosition | Returns the ordinal position of the dimension object within its parent object’s Dimensions collection. | 
| Parent | Returns a reference to the parent MDStore object. | 
| SubClassType | Returns an enumeration constant identifying the subclass type of the object. |