Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Designates an operator that receives a notification message when the alert is raised.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub AddNotification ( _
operatorName As String, _
notifymethod As NotifyMethods _
)
'Usage
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
)
Parameter
- operatorName
Typ: System.String
A String value that specifies the name of the operator.
- notifymethod
Typ: Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods
A NotifyMethods object value that specifies the notification method.
Beispiele
Planen von automatischen, administrativen Tasks im SQL Server-Agent
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo.Agent-Namespace