次の方法で共有


CubeAttributeBinding.CubeID プロパティ

バインドで参照される CubeID を取得します。値の設定も可能です。

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

構文

'宣言
Public Property CubeID As String 
    Get 
    Set
'使用
Dim instance As CubeAttributeBinding 
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
CubeID を表す String です。

関連項目

参照

CubeAttributeBinding クラス

Microsoft.AnalysisServices 名前空間