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


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

Gets the ServerProperty at the specified index in the collection.

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

Синтаксис

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

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

Параметры

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

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

Исключения

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

index is less than zero.

-or-

index is equal to or greater than Count.

См. также

Справочник

ServerPropertyCollection Класс

Перегрузка Item

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