次の方法で共有


Partition.AggregationDesignID プロパティ

パーティションの集計デザインの識別子を取得します。値の設定も可能です。

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

構文

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

関連項目

参照

Partition クラス

Microsoft.AnalysisServices 名前空間