Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
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.