Share via


Category Object

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

The Category object represents the attributes of a SQL Server Agent alert, job, or operator category.

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

Properties

ID Property

Type Property (Category)

Name Property

 

Methods

BeginAlter Method

Refresh Method

CancelAlter Method

Remove Method (Objects)

DoAlter Method

 

解説

SQL Server Agent categories are optional attributes that group alerts, jobs, and operators. With the Category object, you can:

  • Create groupings for alerts, jobs, and operators.
  • Use the Name property value to view specific jobs when applying a JobFilter object.

The Name property of a Category object uses the Microsoft SQL Server data type sysname. For each type of SQL Server category, the category name must be unique.

The Type property applies only to categories used for SQL Server Agent jobs. When used with a job, the Type property value can be set. Setting it for SQL Server alert or operator categories results in an error.

To create a SQL Server job category

  1. Create a Category object.

  2. Set the Name property.

  3. Set the Type property, optionally.

  4. Add the Category object to the JobCategories collection of a connected JobServer object.

To create a SQL Server operator category

  1. Create a Category object.

  2. Set the Name property.

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

参照

関連項目

JobFilter Object

ヘルプおよび情報

SQL Server 2005 の参考資料の入手