Notification Method Constants (SQLDMO_NOTIFY_TYPE)

Notification method constants define SQL Server Agent notification capability. Use notification method constants to control SQL Server Agent behaviors when notifying an operator of an alert condition.

Constant Value Description
SQLDMONotify_All 7 Notify using e-mail, e-mail sent to the pager address, and network popup message
SQLDMONotify_Email 1 Notification by e-mail sent to the operator e-mail address
SQLDMONotify_NetSend 4 Notification by network popup message posted to the operator network address
SQLDMONotify_None 0 No notification method specified for the referenced operator
SQLDMONotify_Pager 2 Notification by e-mail sent to the operator pager address

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.