Свойство Account.AggregationFunction
Gets or sets the aggregation function to use for a specified Account type.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Property AggregationFunction As AggregationFunction
Get
Set
'Применение
Dim instance As Account
Dim value As AggregationFunction
value = instance.AggregationFunction
instance.AggregationFunction = value
public AggregationFunction AggregationFunction { get; set; }
public:
property AggregationFunction AggregationFunction {
AggregationFunction get ();
void set (AggregationFunction value);
}
member AggregationFunction : AggregationFunction with get, set
function get AggregationFunction () : AggregationFunction
function set AggregationFunction (value : AggregationFunction)
Значение свойства
Тип: Microsoft.AnalysisServices.AggregationFunction
The type of aggregation to be applied to an Account. dimension
Замечания
The default AggregationFunction is sum.