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


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

Gets an Index object in the collection by index number.

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

Синтаксис

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

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

Параметры

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

Тип: Microsoft.SqlServer.Management.Smo.Index
An Index object value that represents the index.

Примеры

Использование коллекций

См. также

Справочник

IndexCollection Класс

Перегрузка Item

Пространство имен Microsoft.SqlServer.Management.Smo