JobType Propiedad
Gets the job type, which specifies whether the job is local or multiserver.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Agent
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property JobType As JobType
Get
'Uso
Dim instance As Job
Dim value As JobType
value = instance.JobType
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public JobType JobType { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property JobType JobType {
JobType get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
member JobType : JobType
function get JobType () : JobType
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.Agent. . :: . .JobType
A JobType object value that specifies the job type, which is either local or multiserver.
Vea también