次の方法で共有


MeasureGroupBinding.CubeID プロパティ

バインドに関連付けられたキューブを取得します。値の設定も可能です。

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

構文

'宣言
Public Property CubeID As String 
    Get 
    Set
'使用
Dim instance As MeasureGroupBinding 
Dim value As String 

value = instance.CubeID

instance.CubeID = value
public string CubeID { get; set; }
public:
property String^ CubeID {
    String^ get ();
    void set (String^ value);
}
member CubeID : string with get, set
function get CubeID () : String 
function set CubeID (value : String)

プロパティ値

型: System.String
キューブの一意の識別子。

関連項目

参照

MeasureGroupBinding クラス

Microsoft.AnalysisServices 名前空間