NotificationMethod Property
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.
The NotificationMethod property specifies the method used when notifying a fail-safe operator of a raised alert.
Constant | Value | Description |
|---|---|---|
SQLDMONotify_All | 7 | Notification is made by e-mail, e-mail is sent to the pager address and a network pop-up message is sent. |
SQLDMONotify_Email | 1 | Notification is made by e-mail sent to the operator e-mail address. |
SQLDMONotify_NetSend | 4 | Notification is made by network pop-up message posted to the operator network address. |
SQLDMONotify_None | 0 | No notification method is specified for the referenced operator. |
SQLDMONotify_Pager | 2 | Notification is made by e-mail sent to the operator pager address. |
