AddNotification メソッド
指定した警告が発生した場合に通知がオペレータに送信されるように、参照先のオペレータを警告に割り当てます。
名前空間: Microsoft.SqlServer.Management.Smo.Agent
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub AddNotification ( _
alertName As String, _
notifymethod As NotifyMethods _
)
'使用
Dim instance As [Operator]
Dim alertName As String
Dim notifymethod As NotifyMethods
instance.AddNotification(alertName, notifymethod)
public void AddNotification(
string alertName,
NotifyMethods notifymethod
)
public:
void AddNotification(
String^ alertName,
NotifyMethods notifymethod
)
member AddNotification :
alertName:string *
notifymethod:NotifyMethods -> unit
public function AddNotification(
alertName : String,
notifymethod : NotifyMethods
)
パラメーター
- alertName
型: System. . :: . .String
警告の名前を示す String 値です。
- notifymethod
型: Microsoft.SqlServer.Management.Smo.Agent. . :: . .NotifyMethods
電子メール、Net Send、ポケットベルなど、通知方法を示す NotifyMethods オブジェクトの値です。
説明
AddNotification メソッドは、オペレータを警告に関連付けます。指定されたオペレータは、警告を生成するイベントが発生すると通知メッセージを受信します。警告が発生したときに、電子メール、ネットワークの Net Send メッセージ、またはポケットベルを使用して通知を送信できます。AddNotification メソッドを使用すると、オペレータに警告の通知を割り当てる際に 1 つ以上の通知メカニズムを指定できます。
RemoveNotification メソッドは、警告に対するすべてのオペレータ通知メカニズムを削除します。UpdateNotification メソッドを使用すると、警告とオペレータとの関連付けを削除せずに通知メカニズムを変更できます。