Метод AlertCollection.ItemById

Extracts a member from the AlertCollection collection using a system-defined, unique identifier.

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

Синтаксис

'Декларация
Public Function ItemById ( _
    id As Integer _
) As Alert
'Применение
Dim instance As AlertCollection 
Dim id As Integer 
Dim returnValue As Alert 

returnValue = instance.ItemById(id)
public Alert ItemById(
    int id
)
public:
Alert^ ItemById(
    int id
)
member ItemById : 
        id:int -> Alert
public function ItemById(
    id : int
) : Alert

Параметры

Возвращаемое значение

Тип: Microsoft.SqlServer.Management.Smo.Agent.Alert
An Alert object that has the specified ID value.

Замечания

Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Потокобезопасная работа с членами экземпляров типа не гарантируется.

Примеры

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

См. также

Справочник

AlertCollection Класс

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