Właściwość Account.AggregationFunction
Pobiera lub ustawia funkcja agregacja dla określonego Account typu.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Property AggregationFunction As AggregationFunction
Get
Set
'Użycie
Dim instance As Account
Dim value As AggregationFunction
value = instance.AggregationFunction
instance.AggregationFunction = value
public AggregationFunction AggregationFunction { get; set; }
public:
property AggregationFunction AggregationFunction {
AggregationFunction get ();
void set (AggregationFunction value);
}
member AggregationFunction : AggregationFunction with get, set
function get AggregationFunction () : AggregationFunction
function set AggregationFunction (value : AggregationFunction)
Wartość właściwości
Typ: Microsoft.AnalysisServices.AggregationFunction
Typ agregacja stosowanej do Account.Wymiar
Uwagi
Domyślnie AggregationFunction jest Suma.