Compartilhar via


Propriedade IsCpuPollingEnabled

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

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute> _
Public Property IsCpuPollingEnabled As Boolean
    Get
    Set
'Uso
Dim instance As JobServer
Dim value As Boolean

value = instance.IsCpuPollingEnabled

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

Valor da propriedade

Tipo: 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.