Поделиться через


Свойство AggregateFunction

Gets or sets the aggregate function applied to current measure.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Property AggregateFunction As AggregationFunction
    Get
    Set
'Применение
Dim instance As Measure
Dim value As AggregationFunction

value = instance.AggregateFunction

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

Значение свойства

Тип Microsoft.AnalysisServices. . :: . .AggregationFunction
An AggregationFunction enumeration value.

Замечания

An AggregationFunction can have the following values: AverageOfChildren, ByAccount, Count, DistinctCount, FirstChild, FirstNonEmpty, LastChild, LastNonEmpty, Max, Min, None, Sum.