共用方式為


Alert.AddNotification 方法

Designates an operator that receives a notification message when the alert is raised.

命名空間:  Microsoft.SqlServer.Management.Smo.Agent
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub AddNotification ( _
    operatorName As String, _
    notifymethod As NotifyMethods _
)
'用途
Dim instance As Alert 
Dim operatorName As String 
Dim notifymethod As NotifyMethods

instance.AddNotification(operatorName, _
    notifymethod)
public void AddNotification(
    string operatorName,
    NotifyMethods notifymethod
)
public:
void AddNotification(
    String^ operatorName, 
    NotifyMethods notifymethod
)
member AddNotification : 
        operatorName:string * 
        notifymethod:NotifyMethods -> unit
public function AddNotification(
    operatorName : String, 
    notifymethod : NotifyMethods
)

參數

範例

使用 SQL Server Agent 排程自動管理工作

請參閱

參考

Alert 類別

Microsoft.SqlServer.Management.Smo.Agent 命名空間

其他資源

自動化管理工作 (SQL Server Agent)

sp_add_notification (Transact-SQL)