Alert.AddNotification(String, NotifyMethods) Método

Definición

El método AddNotification asocia operadores a alertas. Los operadores designados reciben mensajes de notificación cuando se produce un evento que genera la alerta.

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

Parámetros

operatorName
String
notifymethod
NotifyMethods

Se aplica a