Condividi tramite


Proprietà Measure.AggregateFunction

Gets or sets the aggregate function applied to current measure.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property AggregateFunction As AggregationFunction 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Osservazioni

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

Vedere anche

Riferimento

Measure Classe

Spazio dei nomi Microsoft.AnalysisServices