Caption プロパティ
Level のキャプションを取得します。
名前空間: Microsoft.AnalysisServices.AdomdServer
アセンブリ: msmgdsrv (msmgdsrv.dll)
構文
'宣言
Public ReadOnly Property Caption As String
Get
'使用
Dim instance As Level
Dim value As String
value = instance.Caption
public string Caption { get; }
public:
property String^ Caption {
String^ get ();
}
member Caption : string
function get Caption () : String