Поделиться через


Свойство Partition.AggregationInstances

Gets the user-defined aggregations.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property AggregationInstances As AggregationInstanceCollection 
    Get
'Применение
Dim instance As Partition 
Dim value As AggregationInstanceCollection 

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

Значение свойства

Тип: Microsoft.AnalysisServices.AggregationInstanceCollection
An AggregationInstanceCollection of user-defined aggregations.

См. также

Справочник

Partition Класс

Пространство имен Microsoft.AnalysisServices