AlertSystem Object
Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement, et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité.
The AlertSystem object represents properties and behaviors of the SQL Server Agent alert notification for all defined alerts.
Properties
|
Methods
Notes
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
Get the AlertSystem object from the JobServer object of a connected SQLServer object.
Use the BeginAlter method to mark the start of changes to the object properties.
Change property values to reflect changes in alert notification behavior.
Use the DoAlter method to mark the end of changes and submit them to SQL Server Agent.
Voir aussi
Autres ressources
Définition des opérateurs
Gestion des événements