共用方式為


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.