Partager via


HealthMonitorWaitInterval propriété

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

Espace de noms :  Microsoft.SqlServer.Management.Trace
Assembly :  Microsoft.SqlServer.ConnectionInfoExtended (dans Microsoft.SqlServer.ConnectionInfoExtended.dll)

Syntaxe

'Déclaration
Public Property HealthMonitorWaitInterval As Integer
    Get
    Set
'Utilisation
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)

Valeur de la propriété

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

Exemples

Readme_Tracer