Свойство AggregationDesign.Aggregations
Gets the aggregations designed for the AggregationDesign.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property Aggregations As AggregationCollection
Get
'Применение
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
Значение свойства
Тип: Microsoft.AnalysisServices.AggregationCollection
A collection of aggregations.