An object of ClassType clsPartition implements the following properties of the MDStore interface.
| Property | Description |
|---|---|
| AggregationPrefix | The aggregation prefix for the partition store. |
| Analyzer | The PartitionAnalyzer object for this partition. |
| ClassType | Returns an enumeration constant identifying the specific object type. |
| Description | The description of the partition. |
| EstimatedRows | The estimated number of rows in the partition. |
| EstimatedSize | The estimated size of all the rows in bytes. |
| FromClause | Contains the SQL FROM clause from the list of tables used to define the partition’s dimensions and measures. |
| IsDefault | Indicates whether the partition is the default partition. |
| IsTemporary | Indicates whether the partition should be persisted in the repository. |
| IsReadWrite | Indicates whether the clsPartition object is writable. |
| IsValid | Indicates whether the structure of the partition is valid. |
| LastProcessed | The date and time the partition was last processed. |
| LastUpdated | User-specified date. Not used by OLAP Services. |
| Name | The name of the partition. |
| OlapMode | Returns an enumeration constant identifying the type of OLAP storage mode. |
| Parent | Returns a reference to the parent MDStore object. |
| Server | Returns a reference to the DSO.Server object. |
| SourceTable | The name of the fact table for the partition. |
| SourceTableFilter | Contains the WHERE clause of the SQL statement used to determine which source table rows are to be included in the partition. |
| State | Returns an enumeration constant indicating the difference between the partition object referenced by the client application and corresponding partition on the OLAP server. |
| SubClassType | Returns an enumeration constant identifying the subclass type of the object. |