次の方法で共有


Alerts Collection

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

The Alerts collection contains Alert objects that reference SQL Server Agent alerts.

現在のオブジェクトを表す SQL-DMO オブジェクト モデル

Methods

Add Method

Remove Method (Collections)

ItemByID Method

Script Method

Refresh Method

 

解説

With the Alerts collection, you can:

  • Create a Microsoft SQL Server alert.
  • Completely remove a SQL Server alert.

For information about creating SQL Server alerts, see Alert Object.

To remove an alert

  • Use the Remove method of the Alerts collection of a connected JobServer object. Indicate the targeted alert using the alert name or the ordinal location in the collection, as in:

    oJobServer.Alerts.Remove("Full Northwind")