Méthode ItemById
Extracts a member from the AlertCollection collection using a system-defined, unique identifier.
Espace de noms : Microsoft.SqlServer.Management.Smo.Agent
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Function ItemById ( _
id As Integer _
) As Alert
'Utilisation
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
Paramètres
- id
Type : System. . :: . .Int32
An Int32 value that uniquely identifies the Alert object that is a member of the AlertCollection collection.
Valeur de retour
Type : Microsoft.SqlServer.Management.Smo.Agent. . :: . .Alert
An Alert object that has the specified ID value.
Notes
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.