次の方法で共有


Name (Measure Interface)

ms132793.note(ja-jp,SQL.90).gifメモ :
  この機能は、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

ヘルプおよび情報

SQL Server 2005 の参考資料の入手