The Name property of the Measure interface contains the measure object’s name.
clsAggregationMeasure | clsPartitionMeasure |
clsCubeMeasure |
String
Read/write (read-only after the object has been named)
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 create a cube measure object and name it “MyMeasure”:
'Assume an object (dsoCube) of ClassType clsCube exists
Dim dsoMeasure As DSO.Measure
Set dsoMeasure = dsoCube.Measures.AddNew("MyMeasure")
About Decision Support Objects | Using Decision Support Objects |
Properties Cross-Reference |