Udostępnij za pośrednictwem


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)

Syntax

'Deklaracja
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.

Remarks

The CategoryType enumeration class is served by the CategoryType property.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.