Measure.AggregateFunction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.