次の方法で共有


Caption プロパティ

Measure のキャプションを取得します。

名前空間:  Microsoft.AnalysisServices.AdomdServer
アセンブリ:  msmgdsrv (msmgdsrv.dll)

構文

'宣言
Public ReadOnly Property Caption As String
    Get
'使用
Dim instance As Measure
Dim value As String

value = instance.Caption
public string Caption { get; }
public:
property String^ Caption {
    String^ get ();
}
member Caption : string
function get Caption () : String

プロパティ値

型: System. . :: . .String
Measure のキャプションを表す String です。

説明

ユーザー インターフェイスやレポートなどで、Measure の名前をユーザーに表示するには、Caption プロパティを使用する必要があります。

このプロパティの値は、指定されたメジャーに対する MEASURES スキーマ行セットの MEASURE_CAPTION 列の値と同じです。