Właściwość TraceReplayOptions.HealthMonitorPollInterval
Pobiera lub ustawia interwał między kolejnymi sprawdzeniami nieużywane wątków w sekundach.
Przestrzeń nazw: Microsoft.SqlServer.Management.Trace
Zestaw: Microsoft.SqlServer.ConnectionInfoExtended (w Microsoft.SqlServer.ConnectionInfoExtended.dll)
Składnia
'Deklaracja
Public Property HealthMonitorPollInterval As Integer
Get
Set
'Użycie
Dim instance As TraceReplayOptions
Dim value As Integer
value = instance.HealthMonitorPollInterval
instance.HealthMonitorPollInterval = value
public int HealthMonitorPollInterval { get; set; }
public:
property int HealthMonitorPollInterval {
int get ();
void set (int value);
}
member HealthMonitorPollInterval : int with get, set
function get HealthMonitorPollInterval () : int
function set HealthMonitorPollInterval (value : int)
Wartość właściwości
Typ: System.Int32
Int32 Wartość określająca interwał między kolejnymi sprawdzeniami nieużywane wątków w sekundach.
Zobacz także