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


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

Gets the PerspectiveKpi at the specified index from the collection.

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

Синтаксис

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

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

Параметры

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

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

Исключения

Исключение Условие
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than Count.

См. также

Справочник

PerspectiveKpiCollection Класс

Перегрузка Item

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