Compartilhar via


Propriedade do RDL MeasureGroup.AggregationDesigns

Gets the AggregationDesigns collection for a MeasureGroup.

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

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property AggregationDesigns As AggregationDesignCollection 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

MeasureGroup Classe

Namespace Microsoft.AnalysisServices