Udostępnij za pośrednictwem


Metoda AlertCollection.ItemById

Wyodrębnia element członkowski z AlertCollection 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 Alert
'Użycie
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

Parametry

Wartość zwracana

Typ: Microsoft.SqlServer.Management.Smo.Agent.Alert
Alert Obiekt, który ma określoną wartość Identyfikatora.

Uwagi

Wszystkie publiczne, statyczne (udostępnione w programie Microsoft Visual Basic) elementy członkowskie tego typu są bezpieczne dla operacji wielowątkowych. Nie ma gwarancji, że elementy członkowskie wystąpień będą bezpieczne dla wątków.