Aggregations Propiedad
Gets the aggregations designed for the AggregationDesign.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: Microsoft.AnalysisServices. . :: . .AggregationCollection
An aggregation.
Vea también