Operator.AddNotification Yöntemi
Böylece belirtilen Uyarı harekete geçirildiğinde işleç bildirim gönderilir başvurulan operatör için bir uyarı atar.
Ad Alanı: Microsoft.SqlServer.Management.Smo.Agent
Derleme: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)
Sözdizimi
'Bildirim
Public Sub AddNotification ( _
alertName As String, _
notifymethod As NotifyMethods _
)
'Kullanım
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
)
Parametreler
- alertName
Tür: System.String
A String değeri adını belirtiruyarı.
- notifymethod
Tür: Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods
A NotifyMethods Nesne değeri olarak e-posta, net send veya bildirim yöntem belirtirçağrı cihazı.
Açıklamalar
AddNotification yöntem operatörler uyarıları ile ilişkilendirirBildirim iletileri bir uyarı yükseltme bir olay oluşur belirlenmiş operatörleri alırsınız.uyarı harekete geçirildiğinde bildirim e-posta, ağ net send message veya çağrı cihazı kullanılarak gönderilir.AddNotification yöntem sağlayan bir veya daha fazla bildirim mekanizması, bildirim için atanmış operatörleri tayinibir uyarı.
RemoveNotification yöntem kaldırır tüm işleç bildirim mekanizmaları için bir uyarı.Use UpdateNotification yöntem bildirim mekanizması bir uyarı ve bir işleç arasındaki ilişkiyi bırakmadan değiştirmek için.
Ayrıca bkz.