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.
命名空间: Microsoft.SqlServer.Management.Smo.Agent
程序集: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
语法
声明
Public Enumeration CategoryType
public enum CategoryType
public enum class CategoryType
public enum CategoryType
public enum CategoryType
Members
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.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。