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