MeasureGroup.AggregationDesigns Property

Gets the AggregationDesigns collection for a MeasureGroup.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property AggregationDesigns As AggregationDesignCollection 
    Get
'Usage
Dim instance As MeasureGroup 
Dim value As AggregationDesignCollection 

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

Property Value

Type: Microsoft.AnalysisServices.AggregationDesignCollection
A collection of AggregationDesigns.

See Also

Reference

MeasureGroup Class

Microsoft.AnalysisServices Namespace