CubeDef.Caption プロパティ

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

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

構文

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

value = instance.Caption
public string Caption { get; }
public:
virtual property String^ Caption {
    String^ get () sealed;
}
abstract Caption : string 
override Caption : string
final function get Caption () : String

プロパティ値

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

説明

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

キャプションを指定しなかった場合、Name プロパティの値が返されます。 このプロパティの値は、指定されたキューブの CUBES スキーマ行セットの CUBE_CAPTION 列の値に同じです。

関連項目

参照

CubeDef クラス

Microsoft.AnalysisServices.AdomdServer 名前空間