次の方法で共有


ObjectReference.AggregationDesignID プロパティ

特定の ObjectReference オブジェクトの集計デザイン識別子を取得します。値の設定も可能です。

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

構文

'宣言
Public Property AggregationDesignID As String 
    Get 
    Set
'使用
Dim instance As ObjectReference 
Dim value As String 

value = instance.AggregationDesignID

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

プロパティ値

型: System.String
ObjectReference 識別子です。

関連項目

参照

ObjectReference クラス

Microsoft.AnalysisServices 名前空間