IsCpuPollingEnabled プロパティ

CPU ポーリングが有効かどうかを示す Boolean プロパティ値を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo.Agent
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<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
CPU ポーリングが有効かどうかを示す Boolean 値です。
True の場合、CPU ポーリングは有効です。
False (既定値) の場合、CPU ポーリングは無効です。