Freigeben über


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

'Declaration
Public Enumeration CategoryType
'Usage
Dim instance As CategoryType
public enum CategoryType
public enum class CategoryType
type CategoryType
public enum CategoryType

Elemente

Elementname Beschreibung
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.

Hinweise

The CategoryType enumeration class is served by the CategoryType property.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo.Agent-Namespace