CategoryType 枚举
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.
命名空间: Microsoft.SqlServer.Management.Smo.Agent
程序集: Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)
语法
声明
Public Enumeration CategoryType
用法
Dim instance As CategoryType
public enum CategoryType
public enum class CategoryType
type CategoryType
public enum CategoryType
成员
成员名称 | 说明 | |
---|---|---|
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. |