Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the interval between checking for unused threads in seconds.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntax
'Declaration
Public Property HealthMonitorPollInterval As Integer
Get
Set
'Usage
Dim instance As TraceReplayOptions
Dim value As Integer
value = instance.HealthMonitorPollInterval
instance.HealthMonitorPollInterval = value
public int HealthMonitorPollInterval { get; set; }
public:
property int HealthMonitorPollInterval {
int get ();
void set (int value);
}
member HealthMonitorPollInterval : int with get, set
function get HealthMonitorPollInterval () : int
function set HealthMonitorPollInterval (value : int)
Property Value
Type: System.Int32
An Int32 value that specifies the interval between checking for unused threads in seconds.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Trace Namespace