Metoda Add
Dodaje alert dla wystąpienie Microsoft SQL Server zdefiniowane przez obiekt alertu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Agent
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Public Sub Add ( _
alert As Alert _
)
'Użycie
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
)
Parameters
- alert
Typ: Microsoft.SqlServer.Management.Smo.Agent. . :: . .Alert
Obiekt ma być wyświetlany.
Zobacz także