JobServer.IdleCpuDuration Property
Gets or sets the length of time in seconds that the processor must have to maintain the CPU idle percentage value before the processor is considered idle.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Bildirim
<SfcPropertyAttribute> _
Public Property IdleCpuDuration As Integer
[SfcPropertyAttribute]
public int IdleCpuDuration { get; set; }
[SfcPropertyAttribute]
public:
property int IdleCpuDuration {
int get ();
void set (int value);
}
/** @property */
public int get_IdleCpuDuration ()
/** @property */
public void set_IdleCpuDuration (int value)
public function get IdleCpuDuration () : int
public function set IdleCpuDuration (value : int)
Property Value
An Int32 value that specifies the time in seconds that the processor must have to maintain the CPU idle percentage value.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.