Enumerazione NotifyMethods
The NotifyMethods enumeration contains values that specify the method used to notify operators in an alert or a job. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Questa enumerazione dispone di un attributo FlagsAttribute che consente una combinazione bit per bit dei relativi valori dei membri.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Sintassi
'Dichiarazione
<FlagsAttribute> _
Public Enumeration NotifyMethods
'Utilizzo
Dim instance As NotifyMethods
[FlagsAttribute]
public enum NotifyMethods
[FlagsAttribute]
public enum class NotifyMethods
[<FlagsAttribute>]
type NotifyMethods
public enum NotifyMethods
Membri
Nome membro | Descrizione | |
---|---|---|
None | There is no notification method. | |
NotifyEmail | The notification is sent by e-mail. | |
Pager | The notification is sent to a pager service by e-mail and the pager service send the message to the operator's pager. | |
NetSend | The notification is sent over the network as an instant message to a computer and the message is displayed on the screen. | |
NotifyAll | All three notification methods are used; e-mail, pager, and net send. |