HealthMonitorWaitInterval 属性

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

命名空间:  Microsoft.SqlServer.Management.Trace
程序集:  Microsoft.SqlServer.ConnectionInfoExtended(在 Microsoft.SqlServer.ConnectionInfoExtended.dll 中)

语法

声明
Public Property HealthMonitorWaitInterval As Integer
    Get
    Set
用法
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)

属性值

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

示例

Readme_Tracer