Поделиться через


Перечисление 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.

Замечания

The CategoryType enumeration class is served by the CategoryType property.