An object of ClassType clsPartitionMeasure implements the following properties of the Measure interface.
| Property | Description |
|---|---|
| AggregateFunction | Contains a value corresponding to the type of aggregation function used for a measure. |
| ClassType | Returns an enumeration constant identifying the specific object type. |
| Description | Contains the measure description. |
| FormatString | Contains the format used to display the measure values. |
| IsInternal | Indicates whether the measure is internal to the cube, that is, whether it is used only to store intermediate results during calculations of other measures. |
| IsValid | Indicates whether the measure structure is valid. |
| Name | Contains the measure name. |
| OrdinalPosition | Returns the ordinal position of the measure in the parent object’s Measures collection. |
| Parent | Returns a reference to the parent MDStore object. |
| SourceColumn | Contains the name of the measure column in the aggregated fact table. |
| SourceColumnType | Returns an ADO DB enumeration constant identifying the SourceColumn data type. |
| SubClassType | Returns an enumeration constant identifying the subclass type of the object. |