AddNotification 方法
Designates an operator that receives a notification message when the alert is raised.
命名空间: Microsoft.SqlServer.Management.Smo.Agent
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub AddNotification ( _
operatorName As String, _
notifymethod As NotifyMethods _
)
用法
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
)
参数
- operatorName
类型:System. . :: . .String
A String value that specifies the name of the operator.
- notifymethod
类型:Microsoft.SqlServer.Management.Smo.Agent. . :: . .NotifyMethods
A NotifyMethods object value that specifies the notification method.