JobType 枚举
The JobType enumeration is a list of constant values that specify the location where the job is run (locally or on multiple servers).
命名空间: Microsoft.SqlServer.Management.Smo.Agent
程序集: Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)
语法
声明
Public Enumeration JobType
用法
Dim instance As JobType
public enum JobType
public enum class JobType
type JobType
public enum JobType
成员
成员名称 | 说明 | |
---|---|---|
Local | Value = 1. The job type is local administration. | |
MultiServer | Value = 2. The job type is multiserver administration. |