An object of ClassType clsPartitionMeasure implements the following properties of the Measure interface.
| Property | Description |
|---|---|
| AggregateFunction | Contains a value that corresponds to the type of aggregate function used for a measure |
| ClassType | Returns an enumeration constant that identifies the specific object type |
| Description | Contains the measure description |
| FormatString | Contains the format used to display the measure values |
| IsValid | Indicates whether the measure structure is valid |
| IsVisible | Indicates whether the measure is visible to the client application |
| Name | Contains the measure name |
| OrdinalPosition | Returns the ordinal position of the measure in the Measures collection of the parent object |
| Parent | Returns a reference to the parent clsPartition object |
| SourceColumn | Contains the name of the measure column in the aggregated fact table |
| SourceColumnType | Returns a Microsoft® ActiveX® Data Objects (ADO) DB enumeration constant that identifies the data type of the column specified by the SourceColumn property |
| SubClassType | Returns an enumeration constant that identifies the subclass type of the object |