Méthode Add
Adds an alert on the instance of Microsoft SQL Server as defined by the Alert object.
Espace de noms : Microsoft.SqlServer.Management.Smo.Agent
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Add ( _
alert As Alert _
)
'Utilisation
Dim instance As AlertCollection
Dim alert As Alert
instance.Add(alert)
public void Add(
Alert alert
)
public:
void Add(
Alert^ alert
)
member Add :
alert:Alert -> unit
public function Add(
alert : Alert
)
Paramètres
- alert
Type : Microsoft.SqlServer.Management.Smo.Agent. . :: . .Alert
The object to be shown.