次の方法で共有


AggregationInstance.AggregationType プロパティ

AggregationInstance に格納される集計の種類を定義します。

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

構文

'宣言
Public Property AggregationType As AggregationType 
    Get 
    Set
'使用
Dim instance As AggregationInstance 
Dim value As AggregationType 

value = instance.AggregationType

instance.AggregationType = value
public AggregationType AggregationType { get; set; }
public:
property AggregationType AggregationType {
    AggregationType get ();
    void set (AggregationType value);
}
member AggregationType : AggregationType with get, set
function get AggregationType () : AggregationType 
function set AggregationType (value : AggregationType)

プロパティ値

型: Microsoft.AnalysisServices.AggregationType
AggregationInstance に格納される集計の種類です。

関連項目

参照

AggregationInstance クラス

Microsoft.AnalysisServices 名前空間