Właściwość Measure.AggregateFunction
Pobiera lub ustawia funkcja agregująca stosowany do bieżącej miara.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Property AggregateFunction As AggregationFunction
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.AnalysisServices.AggregationFunction
Wartość wyliczenia AggregationFunction.
Uwagi
AggregationFunction może mieć następujące wartości: AverageOfChildren DistinctCount ByAccount, licznik, FirstChild, FirstNonEmpty, LastChild, LastNonEmpty, Max, Min, brak suma.