AlertSystem Object

后续版本的 Microsoft SQL Server 将删除该功能。 请避免在新的开发工作中使用该功能,并着手修改当前还在使用该功能的应用程序。

The AlertSystem object represents properties and behaviors of the SQL Server Agent alert notification for all defined alerts.

显示当前对象的 SQL-DMO 对象模型

注释

The AlertSystem object represents properties set for a single instance of SQL Server Agent. There is a single AlertSystem object for a SQLServer object, and new AlertSystem objects cannot be created.

With the AlertSystem object, you can:

  • Register an operator for fail-safe response.

  • Change the look of address lines on e-mail and pager notices sent as part of alert notification.

To change the alert notification behavior of SQL Server Agent

  1. Get the AlertSystem object from the JobServer object of a connected SQLServer object.

  2. Use the BeginAlter method to mark the start of changes to the object properties.

  3. Change property values to reflect changes in alert notification behavior.

  4. Use the DoAlter method to mark the end of changes and submit them to SQL Server Agent.

请参阅

概念