An object of ClassType clsAggregationMeasure implements the following properties of the Measure interface.
| Property | Description |
|---|---|
| AggregateFunction | A value corresponding to the type of aggregation function used for the measure. |
| ClassType | Returns an enumeration constant identifying the specific object type. |
| Description | The description of the measure. |
| FormatString | The format used to display the measure values. |
| IsInternal | Indicates whether the measure is internal to the cube; that is, it is used only for calculations of other measures. |
| IsValid | Indicates whether the measure structure is valid. |
| Name | 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 | 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. |