Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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