Udostępnij przez


Właściwość TraceReplayOptions.HealthMonitorWaitInterval

Pobiera lub ustawia maksymalny okres istnienia dozwolonych nieużywane wątek.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Trace
Zestaw:  Microsoft.SqlServer.ConnectionInfoExtended (w Microsoft.SqlServer.ConnectionInfoExtended.dll)

Składnia

'Deklaracja
Public Property HealthMonitorWaitInterval As Integer
    Get
    Set
'Użycie
Dim instance As TraceReplayOptions
Dim value As Integer

value = instance.HealthMonitorWaitInterval

instance.HealthMonitorWaitInterval = value
public int HealthMonitorWaitInterval { get; set; }
public:
property int HealthMonitorWaitInterval {
    int get ();
    void set (int value);
}
member HealthMonitorWaitInterval : int with get, set
function get HealthMonitorWaitInterval () : int
function set HealthMonitorWaitInterval (value : int)

Wartość właściwości

Typ: System.Int32
Int32 Wartości, który określa maksymalny okres istnienia dozwolonych nieużywane wątek.

Przykłady

Readme_Tracer