หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets or sets the maximum permitted lifetime of an unused thread.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntax
'Declaration
Public Property HealthMonitorWaitInterval As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
An Int32 value that specifies the maximum permitted lifetime of an unused thread.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Trace Namespace