AggregationInstance.AggregationType 属性

Defines the type of aggregation stored in 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
The type of aggregation stored in AggregationInstance.

请参阅

参考

AggregationInstance 类

Microsoft.AnalysisServices 命名空间