![]() |
---|
下一版本的 Microsoft SQL Server 将删除该功能。请不要在新的开发工作中使用该功能,并尽快修改当前还在使用该功能的应用程序。 |
The Name property of the Measure interface contains the name of the measure object.
Applies To:clsAggregationMeasure, clsCubeMeasure, clsPartitionMeasure
Data Type
String
Access
Read/write (Objects can be renamed after their initial creation.)
示例
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")
请参阅
参考
Description (Measure Interface)
Measure Interface