Partager via


Account.AggregationFunction Property

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

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
<DefaultValueAttribute(AggregationFunction.Sum)> _
Public Property AggregationFunction As AggregationFunction
[DefaultValueAttribute(AggregationFunction.Sum)] 
public AggregationFunction AggregationFunction { get; set; }
[DefaultValueAttribute(AggregationFunction::Sum)] 
public:
property AggregationFunction AggregationFunction {
    AggregationFunction get ();
    void set (AggregationFunction value);
}
/** @property */
public AggregationFunction get_AggregationFunction ()

/** @property */
public void set_AggregationFunction (AggregationFunction value)
public function get AggregationFunction () : AggregationFunction

public function set AggregationFunction (value : AggregationFunction)

Valeur de propriété

The type of aggregation to be applied to an Account. dimension

Notes

The default AggregationFunction is sum.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Account Class
Account Members
Microsoft.AnalysisServices Namespace