Description

The Description property of the Measure interface contains the measure description.

Applies To
clsAggregationMeasure clsPartitionMeasure
clsCubeMeasure  

Data Type

String

Access

The access type depends on the class of the measure object.

Class Access
clsCubeMeasure R/W
clsPartitionMeasure R
clsAggregationMeasure R

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 set the measure object's description:

'Assume an object (dsoCubeMea) of ClassType clsCubeMeasure exists

dsoCubeMea.Description = "Extended price"

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

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