Partager via


Propriété JobFilter.Category

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

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

Syntaxe

'Déclaration
Public Property Category As String 
    Get 
    Set
'Utilisation
Dim instance As JobFilter 
Dim value As String 

value = instance.Category

instance.Category = value
public string Category { get; set; }
public:
property String^ Category {
    String^ get ();
    void set (String^ value);
}
member Category : string with get, set
function get Category () : String 
function set Category (value : String)

Valeur de propriété

Type : System.String
A string value that specifies the category constraint for the job filter.

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)