言語

Operator.AddNotification(String, NotifyMethods) メソッド

定義

AddNotification メソッドは、演算子をアラートに関連付けます。 指定されたオペレーターは、アラートを発生させるイベントが発生したときに通知メッセージを受信します。

public void AddNotification(string alertName, Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods notifymethod);
member this.AddNotification : string * Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods -> unit
Public Sub AddNotification (alertName As String, notifymethod As NotifyMethods)

パラメーター

alertName
String
notifymethod
NotifyMethods

適用対象