DimensionAttributeVisualizationProperties.DefaultAggregateFunction Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the aggregate function to be used by reporting tools to summarize attribute values.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.DefaultAggregateFunction

The aggregate function to be used by reporting tools to summarize attribute values.

See Also

DimensionAttributeVisualizationProperties Class
Microsoft.AnalysisServices Namespace

Return to top