Compartir a través de


Measure.AggregateFunction Propiedad

Definición

Obtiene o establece la función de agregado aplicada a la medida actual.

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

Valor de propiedad

Valor de enumeración AggregationFunction.

Comentarios

AggregationFunction puede tener los siguientes valores: AverageOfChildren, ByAccount, Count, DistinctCount, FirstChild, FirstNonEmpty, LastChild, LastNonEmpty, Max, Min, None, Sum.

Se aplica a