Propriedade do RDL AggregationDesign.Aggregations
Gets the aggregations designed for the AggregationDesign.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Aggregations As AggregationCollection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.AnalysisServices.AggregationCollection
A collection of aggregations.