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 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