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


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

Gets the EventProperty object at the specified index position.

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

Синтаксис

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

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

Параметры

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

Тип Microsoft.SqlServer.Management.Smo. . :: . .EventProperty
An EventProperty object value that specifies the event property at the specified index position.