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.