次の方法で共有


Notification Method Constants (SQLDMO_NOTIFY_TYPE)

この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションは修正することを検討してください。

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

Constant Value Description

SQLDMONotify_All

7

Notification is made by e-mail, e-mail sent to the pager address, and network pop-up message.

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.

参照

関連項目

AddNotification Method
EnumNotifications Method
IncludeEventDescription Property
NotificationMethod Property
UpdateNotification Method

ヘルプおよび情報

SQL Server 2005 の参考資料の入手