共用方式為


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