다음을 통해 공유


IsCpuPollingEnabled 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public Property IsCpuPollingEnabled As Boolean
    Get
    Set
‘사용 방법
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)

속성 값

형식: 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.