The Description property of the Measure interface contains the measure description.
clsAggregationMeasure | clsPartitionMeasure |
clsCubeMeasure |
String
The access type depends on the class of the measure object.
Class | Access |
---|---|
clsCubeMeasure | R/W |
clsPartitionMeasure | R |
clsAggregationMeasure | R |
The primary mechanism for identifying the data in a measure is the Name property. The purpose of the Description property is to provide additional descriptive information.
Use the following code to set the measure object's description:
'Assume an object (dsoCubeMea) of ClassType clsCubeMeasure exists
dsoCubeMea.Description = "Extended price"
About Decision Support Objects | Using Decision Support Objects |
Properties Cross-Reference |