Compartir a través de


Measure.AggregateFunction Propiedad

Gets or sets the aggregate function applied to current measure.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property AggregateFunction As AggregationFunction 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.AggregationFunction
An AggregationFunction enumeration value.

Comentarios

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

Vea también

Referencia

Measure Clase

Espacio de nombres Microsoft.AnalysisServices