Condividi tramite


Costruttore Alert (JobServer, String)

Initializes a new instance of the Alert class on the specified instance of SQL Server Agent and with the specified name

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    jobServer As JobServer, _
    name As String _
)
'Utilizzo
Dim jobServer As JobServer 
Dim name As String 

Dim instance As New Alert(jobServer, _
    name)
public Alert(
    JobServer jobServer,
    string name
)
public:
Alert(
    JobServer^ jobServer, 
    String^ name
)
new : 
        jobServer:JobServer * 
        name:string -> Alert
public function Alert(
    jobServer : JobServer, 
    name : String
)

Parametri

Esempi

Pianificazione delle attività amministrative automatiche in SQL Server Agent

Vedere anche

Riferimento

Alert Classe

Overload Alert

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Agent

Altre risorse

Automatizzazione delle attività amministrative (SQL Server Agent)

sp_add_alert (Transact-SQL)