Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to type of job.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Property JobType As JobType
Get
Set
'Uso
Dim instance As JobFilter
Dim value As JobType
value = instance.JobType
instance.JobType = value
public JobType JobType { get; set; }
public:
property JobType JobType {
JobType get ();
void set (JobType value);
}
member JobType : JobType with get, set
function get JobType () : JobType
function set JobType (value : JobType)
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Agent.JobType
A JobType object value that specifies the type of job.
Exemplos
Agendando tarefas administrativas automáticas no SQL Server Agent
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo.Agent