Propriété JobServer.IsCpuPollingEnabled

Gets or sets the Boolean property value that specifies whether CPU polling is enabled.

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

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property IsCpuPollingEnabled As Boolean 
    Get 
    Set
'Utilisation
Dim instance As JobServer 
Dim value As Boolean 

value = instance.IsCpuPollingEnabled

instance.IsCpuPollingEnabled = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public bool IsCpuPollingEnabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property bool IsCpuPollingEnabled {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member IsCpuPollingEnabled : bool with get, set
function get IsCpuPollingEnabled () : boolean 
function set IsCpuPollingEnabled (value : boolean)

Valeur de propriété

Type : System.Boolean
A Boolean value that specifies whether CPU polling is enabled.If True, CPU polling is enabled.If False (default), CPU polling is disabled.

Exemples

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

Voir aussi

Référence

JobServer Classe

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

Autres ressources

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

Procédures stockées de l'Agent SQL Server (Transact-SQL)