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


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

Gets an 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 Property 
    Get
'Применение
Dim instance As PropertyCollection 
Dim index As Integer 
Dim value As [Property]

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

Параметры

  • index
    Тип: System.Int32
    An Int32 value that specifies the position of the object in the collection.

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

Тип: Microsoft.SqlServer.Management.Smo.Property
An object value that represents the property.

Примеры

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

См. также

Справочник

PropertyCollection Класс

Перегрузка Item

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

Другие ресурсы

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