Compartilhar via


Propriedade do RDL HealthMonitorWaitInterval

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

Namespace:  Microsoft.SqlServer.Management.Trace
Assembly:  Microsoft.SqlServer.ConnectionInfoExtended (em Microsoft.SqlServer.ConnectionInfoExtended.dll)

Sintaxe

'Declaração
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 da propriedade

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

Exemplos

Readme_Tracer