SQL-DMO

AlertCategories Collection

The AlertCategories collection contains Category objects that reference SQL Server Agent alert categories.

Methods
Add Method Refresh Method
ItemByID Method Remove Method (Collections)

Remarks

With the AlertCategories collection, you can create and maintain names that group Microsoft® SQL Server™ alerts.

The AlertCategories collection contains, at a minimum, a Category object named [Uncategorized] and one named Replication.

To create an alert category

  1. Create a Category object.

  2. Set the Name property of the Category object. Alert category names are unique on a server running SQL Server.

  3. Add the Category object to the AlertCategories collection of a connected JobServer object.

To remove an alert category