Partager via


Propriété JobFilter.JobType

Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to type of job.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Agent
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Property JobType As JobType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.Agent.JobType
A JobType object value that specifies the type of job.

Exemples

Planification des tâches administratives automatiques dans l'Agent SQL Server

Voir aussi

Référence

JobFilter Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Agent

Autres ressources

Tâches d'administration automatisée (Agent SQL Server)