Condividi tramite


Proprietà JobFilter.Enabled

Gets or sets the Boolean property value that specifies whether the job filter is enabled or not.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Property Enabled As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As JobFilter 
Dim value As Boolean 

value = instance.Enabled

instance.Enabled = value
public bool Enabled { get; set; }
public:
property bool Enabled {
    bool get ();
    void set (bool value);
}
member Enabled : bool with get, set
function get Enabled () : boolean 
function set Enabled (value : boolean)

Valore proprietà

Tipo: System.Boolean
A Boolean value that specifies whether the job filter is enabled or not.If True, the job filter is enabled and will restrict the output of the EnumJobs method.If False, the job filter is disabled and will not restrict the output of the EnumJobs method.

Esempi

Pianificazione delle attività amministrative automatiche in SQL Server Agent

Vedere anche

Riferimento

JobFilter Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Agent

Altre risorse

Automatizzazione delle attività amministrative (SQL Server Agent)