CategoryType Enumeration
The CategoryType enumeration is a list of constant values that specify the type of category, such as whether the category refers to local jobs or multiserver administration.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| LocalJob | The category refers to local administration. | |
| MultiServerJob | The category refers to multiserver administration. | |
| None | The category does not refer to local or multiserver administration. |
The CategoryType enumeration class is served by the CategoryType property.
Show: