Partager via


Propriété Account.AggregationFunction

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property AggregationFunction As AggregationFunction 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Notes

The default AggregationFunction is sum.

Voir aussi

Référence

Account Classe

Espace de noms Microsoft.AnalysisServices