Delen via


DimensionAttributeVisualizationProperties.DefaultAggregateFunction Property

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

'Declaration
Public Property DefaultAggregateFunction As DefaultAggregateFunction 
    Get 
    Set
'Usage
Dim instance As DimensionAttributeVisualizationProperties 
Dim value As DefaultAggregateFunction 

value = instance.DefaultAggregateFunction

instance.DefaultAggregateFunction = value
public DefaultAggregateFunction DefaultAggregateFunction { get; set; }
public:
property DefaultAggregateFunction DefaultAggregateFunction {
    DefaultAggregateFunction get ();
    void set (DefaultAggregateFunction value);
}
member DefaultAggregateFunction : DefaultAggregateFunction with get, set
function get DefaultAggregateFunction () : DefaultAggregateFunction 
function set DefaultAggregateFunction (value : DefaultAggregateFunction)

Property Value

Type: Microsoft.AnalysisServices.DefaultAggregateFunction
The aggregate function to be used by reporting tools to summarize attribute values.

See Also

Reference

DimensionAttributeVisualizationProperties Class

Microsoft.AnalysisServices Namespace