Name

The Name property of the Measure interface contains the measure object’s name.

Applies To
clsAggregationMeasure clsPartitionMeasure
clsCubeMeasure  

Data Type

String

Access

Read/write (read-only after the object has been named)

Remarks

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.

Example

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")

See Also
About Decision Support Objects Using Decision Support Objects
Properties Cross-Reference  

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.