Свойство 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.