Description (Measure Interface)
注意: |
---|
下一版本的 Microsoft SQL Server 将删除该功能。请不要在新的开发工作中使用该功能,并尽快修改当前还在使用该功能的应用程序。 |
The Description property of the Measure interface contains the measure description.
Applies To:clsAggregationMeasure, clsCubeMeasure, clsPartitionMeasure
Data Type
String
Access
Access depends on the value of the ClassType property of the object.
Class type | Access |
---|---|
clsAggregationMeasure |
R |
clsCubeMeasure |
R/W |
clsPartitionMeasure |
R |
示例
Use the following code to set the measure object's description:
'Assume an object (dsoCubeMea) of ClassType clsCubeMeasure exists
dsoCubeMea.Description = "Extended price"