An object of ClassType clsDatabaseDimension 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 used by the database dimension. |
| Description | The description of the database dimension. |
| DimensionType | Returns an enumeration constant identifying the specific type of dimension. |
| FromClause | The SQL FROM clause for a database dimension. |
| IsShared | Indicates whether the database dimension is shared. |
| IsTemporary | Indicates whether the database dimension should be persisted in the repository. |
| IsValid | Indicates whether the structure of the database dimension is valid. |
| JoinClause | The SQL JOIN clause for the dimension. |
| LastProcessed | The date and time when the database dimension was last processed. |
| LastUpdated | User-specified date. Not used by OLAP Services. |
| Name | The name of the database dimension. |
| 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. |
| SourceTable | The name of the primary table of the database dimension. |
| SubClassType | Returns an enumeration constant identifying the subclass type of the object. |