Поделиться через


Конструктор Alert (JobServer, String)

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

Пространство имен:  Microsoft.SqlServer.Management.Smo.Agent
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub New ( _
    jobServer As JobServer, _
    name As String _
)
'Применение
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
)

Параметры

Примеры

Планирование автоматических административных задач в агенте SQL Server

См. также

Справочник

Alert Класс

Перегрузка Alert

Пространство имен Microsoft.SqlServer.Management.Smo.Agent

Другие ресурсы

Задачи автоматизированного администрирования (агент SQL Server)

sp_add_alert (Transact-SQL)