Metoda AlertCategoryCollection.ItemById
Wyodrębnia element członkowski z AlertCategoryCollection przy użyciu kolekcja identyfikator unikatowy, zdefiniowanych przez system.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Agent
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Function ItemById ( _
id As Integer _
) As AlertCategory
'Użycie
Dim instance As AlertCategoryCollection
Dim id As Integer
Dim returnValue As AlertCategory
returnValue = instance.ItemById(id)
public AlertCategory ItemById(
int id
)
public:
AlertCategory^ ItemById(
int id
)
member ItemById :
id:int -> AlertCategory
public function ItemById(
id : int
) : AlertCategory
Parametry
- id
Typ: System.Int32
Int32 Wartość, która jednoznacznie identyfikuje AlertCategory obiektu jest element członkowski z AlertCategoryCollection kolekcja.
Wartość zwracana
Typ: Microsoft.SqlServer.Management.Smo.Agent.AlertCategory
AlertCategory Obiekt, który ma określoną wartość Identyfikatora.
Zobacz także