Aracılığıyla paylaş


Job.JobType Property

Gets the job type, which specifies whether the job is local or multiserver.

Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Bildirim
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property JobType As JobType
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)] 
public JobType JobType { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)] 
public:
property JobType JobType {
    JobType get ();
}
/** @property */
public JobType get_JobType ()
public function get JobType () : JobType

Property Value

A JobType object value that specifies the job type, which is either local or multiserver.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.