Measure.AggregateFunction Property

Definition

Gets or sets the aggregate function applied to current measure.

public Microsoft.AnalysisServices.AggregationFunction AggregateFunction { get; set; }
member this.AggregateFunction : Microsoft.AnalysisServices.AggregationFunction with get, set
Public Property AggregateFunction As AggregationFunction

Property Value

An AggregationFunction enumeration value.

Remarks

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

Applies to