Expand Minimize
This topic has not yet been rated - Rate this topic

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.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum CategoryType
Member nameDescription
LocalJobThe category refers to local administration.
MultiServerJobThe category refers to multiserver administration.
NoneThe category does not refer to local or multiserver administration.

The CategoryType enumeration class is served by the CategoryType property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.