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


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

Gets an AlertCategory object in the collection by index number.

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

Синтаксис

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

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

Параметры

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

Тип Microsoft.SqlServer.Management.Smo.Agent. . :: . .AlertCategory
An AlertCategory object value that represents the alert category.