AggregationDesign.Aggregations Property

Gets the aggregations designed for the AggregationDesign.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Aggregations As AggregationCollection 
    Get
'Usage
Dim instance As AggregationDesign 
Dim value As AggregationCollection 

value = instance.Aggregations
[BrowsableAttribute(false)]
public AggregationCollection Aggregations { get; }
[BrowsableAttribute(false)]
public:
property AggregationCollection^ Aggregations {
    AggregationCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Aggregations : AggregationCollection
function get Aggregations () : AggregationCollection

Property Value

Type: Microsoft.AnalysisServices.AggregationCollection
A collection of aggregations.

See Also

Reference

AggregationDesign Class

Microsoft.AnalysisServices Namespace