Measure.AggregateFunction Property

Definition

Gets or sets the aggregate function applied to current measure.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Measure_AggregateFunction")]
public Microsoft.AnalysisServices.AggregationFunction AggregateFunction { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Measure_AggregateFunction")>]
member this.AggregateFunction : Microsoft.AnalysisServices.AggregationFunction with get, set
Public Property AggregateFunction As AggregationFunction

Property Value

AggregationFunction

An AggregationFunction enumeration value.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Remarks

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

Applies to