次の方法で共有


Caption プロパティ

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

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

構文

'宣言
Public ReadOnly Property Caption As String
    Get
'使用
Dim instance As Hierarchy
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
Hierarchy のキャプションを表す String です。

説明

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