Condividi tramite


Proprietà Account.AggregationFunction

Gets or sets the aggregation function to use for a specified Account type.

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

Sintassi

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

Valore proprietà

Tipo: Microsoft.AnalysisServices.AggregationFunction
The type of aggregation to be applied to an Account. dimension

Osservazioni

The default AggregationFunction is sum.

Vedere anche

Riferimento

Account Classe

Spazio dei nomi Microsoft.AnalysisServices