An object of ClassType clsCubeMeasure implements the following properties of the Measure interface.
| Property | Description |
|---|---|
| AggregateFunction | A value corresponding to the type of aggregation function used by the cube measure. |
| ClassType | Returns an enumeration constant identifying the specific object type. |
| Description | The description of the cube measure. |
| FormatString | The format used to display the values of the cube measure. |
| IsInternal | Indicates whether the cube measure is internal (used only for calculations of other measures). |
| IsValid | Indicates whether the measure structure is valid. |
| Name | The name of the cube measure. |
| 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 source column (in the fact table) for the cube measure. |
| SourceColumnType | Returns an ADO DB enumeration constant identifying the SourceColumn (in the fact table) data type. |
| SubClassType | Returns an enumeration constant identifying the subclass type of the object. |