Compartir a través de


HealthMonitorWaitInterval Propiedad

Gets or sets the maximum permitted lifetime of an unused thread.

Espacio de nombres:  Microsoft.SqlServer.Management.Trace
Ensamblado:  Microsoft.SqlServer.ConnectionInfoExtended (en Microsoft.SqlServer.ConnectionInfoExtended.dll)

Sintaxis

'Declaración
Public Property HealthMonitorWaitInterval As Integer
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .Int32
An Int32 value that specifies the maximum permitted lifetime of an unused thread.

Ejemplos

Readme_Tracer