Metoda Alert.UpdateNotification
Zmienia metoda powiadomienie związane z operator dla alert.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Agent
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Sub UpdateNotification ( _
operatorName As String, _
notifymethod As NotifyMethods _
)
'Użycie
Dim instance As Alert
Dim operatorName As String
Dim notifymethod As NotifyMethods
instance.UpdateNotification(operatorName, _
notifymethod)
public void UpdateNotification(
string operatorName,
NotifyMethods notifymethod
)
public:
void UpdateNotification(
String^ operatorName,
NotifyMethods notifymethod
)
member UpdateNotification :
operatorName:string *
notifymethod:NotifyMethods -> unit
public function UpdateNotification(
operatorName : String,
notifymethod : NotifyMethods
)
Parametry
- operatorName
Typ: System.String
A String wartość, która określa nazwę operator.
- notifymethod
Typ: Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods
A NotifyMethods wartość obiektu, który określa metoda powiadomienie.
Uwagi
AddNotification metoda kojarzy operatorów z alertów.Wyznaczonych operatorów powiadomienie występuje wiadomości, gdy zdarzenie podnoszenie alert.Gdy alert jest wywoływane, powiadomienie mogą być wysyłane za pomocą poczty e-mail, sieci komunikat podręczny lub pager.AddNotification Metoda pozwala specyfikacja jeden lub więcej mechanizmów powiadamiania, gdy operatorzy są przypisywane powiadomienie alert.
RemoveNotification Metoda usuwa wszystkie mechanizmy powiadomienie operator dla alert.Użyj UpdateNotification metoda do zmiany powiadomienie mechanizmu bez upuszczanie skojarzenie alert operator.