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.