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


Свойство Item (Int32)

Gets the AggregationInstance, at the specified index, from the collection.

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

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    index As Integer _
) As AggregationInstance
    Get
'Применение
Dim instance As AggregationInstanceCollection
Dim index As Integer
Dim value As AggregationInstance

value = instance(index)
public AggregationInstance this[
    int index
] { get; }
public:
property AggregationInstance^ default[int index] {
    AggregationInstance^ get (int index);
}
member Item : AggregationInstance
JScript поддерживает использование индексированных свойств, но не объявление новых.

Параметры

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

Тип: Microsoft.AnalysisServices. . :: . .AggregationInstance
The AggregationInstance at the specified index.