Expand Minimize
This topic has not yet been rated - Rate this topic

NotifyMethods Enumeration

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.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
[FlagsAttribute]
public enum NotifyMethods
Member nameDescription
NoneThere is no notification method.
NotifyEmailThe notification is sent by e-mail.
PagerThe notification is sent to a pager service by e-mail and the pager service send the message to the operator's pager.
NetSendThe notification is sent over the network as an instant message to a computer and the message is displayed on the screen.
NotifyAllAll three notification methods are used; e-mail, pager, and net send.

The NotifyMethods enumeration class is served by the AddNotifications method, UpdateNotifications method, and EnumNotifications method for the Operator object and the Alert object.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.