Caption プロパティ
Member のキャプションを取得します。
名前空間: Microsoft.AnalysisServices.AdomdServer
アセンブリ: msmgdsrv (msmgdsrv.dll)
構文
'宣言
Public ReadOnly Property Caption As String
Get
'使用
Dim instance As Member
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
Member のキャプションを表す String です。