AggregationInstance.AggregationType Property

 

Applies To: SQL Server 2016 Preview

Defines the type of aggregation stored in AggregationInstance.

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

Syntax

public AggregationType AggregationType { get; set; }
public:
property AggregationType AggregationType {
    AggregationType get();
    void set(AggregationType value);
}
member AggregationType : AggregationType with get, set
Public Property AggregationType As AggregationType

Property Value

Type: Microsoft.AnalysisServices.AggregationType

The type of aggregation stored in AggregationInstance.

See Also

AggregationInstance Class
Microsoft.AnalysisServices Namespace

Return to top