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. |
備註
The JobType enumeration class is served by JobType property.