Поделиться через


Свойство HealthMonitorPollInterval

Gets or sets the interval between checking for unused threads in seconds.

Пространство имен:  Microsoft.SqlServer.Management.Trace
Сборка:  Microsoft.SqlServer.ConnectionInfoExtended (в Microsoft.SqlServer.ConnectionInfoExtended.dll)

Синтаксис

'Декларация
Public Property HealthMonitorPollInterval As Integer
    Get
    Set
'Применение
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)

Значение свойства

Тип: System. . :: . .Int32
An Int32 value that specifies the interval between checking for unused threads in seconds.

Примеры

Readme_Tracer