Account.AggregationFunction Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[DefaultValueAttribute(AggregationFunction.Sum)]
public AggregationFunction AggregationFunction { get; set; }
public:
[DefaultValueAttribute(AggregationFunction::Sum)]
property AggregationFunction AggregationFunction {
    AggregationFunction get();
    void set(AggregationFunction value);
}
[<DefaultValueAttribute(AggregationFunction.Sum)>]
member AggregationFunction : AggregationFunction with get, set
<DefaultValueAttribute(AggregationFunction.Sum)>
Public Property AggregationFunction As AggregationFunction

Property Value

Type: Microsoft.AnalysisServices.AggregationFunction

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

Remarks

The default AggregationFunction is sum.

See Also

Account Class
Microsoft.AnalysisServices Namespace

Return to top