This topic has not yet been rated - Rate this topic

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).

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum JobType
Member nameDescription
LocalValue = 1. The job type is local administration.
MultiServerValue = 2. The job type is multiserver administration.

The JobType enumeration class is served by JobType property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.