Operator.UpdateNotification(String, NotifyMethods) Method

Definition

The UpdateNotification method configures SQL Server Agent operator notification for alerts raised.

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

Parameters

alertName
String
notifymethod
NotifyMethods

Applies to