JobType Enumeration
The JobType enumeration is a list of constant values that specify the location where the job is run (locally or on multiple servers).
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| Local | Value = 1. The job type is local administration. | |
| MultiServer | Value = 2. The job type is multiserver administration. |
Show: