Metodo ItemById
Extracts a member from the AlertCollection collection using a system-defined, unique identifier.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Function ItemById ( _
id As Integer _
) As Alert
'Utilizzo
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
Parametri
- id
Tipo: System. . :: . .Int32
An Int32 value that uniquely identifies the Alert object that is a member of the AlertCollection collection.
Valore restituito
Tipo: Microsoft.SqlServer.Management.Smo.Agent. . :: . .Alert
An Alert object that has the specified ID value.
Osservazioni
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche