BlockedProcessesWaitInterval 属性

Gets or sets the threshold, in seconds, at which blocked process reports are generated.

命名空间:  Microsoft.SqlServer.Management.Trace
程序集:  Microsoft.SqlServer.ConnectionInfoExtended(在 Microsoft.SqlServer.ConnectionInfoExtended.dll 中)

语法

声明
Public Property BlockedProcessesWaitInterval As Integer
    Get
    Set
用法
Dim instance As TraceReplayOptions
Dim value As Integer

value = instance.BlockedProcessesWaitInterval

instance.BlockedProcessesWaitInterval = value
public int BlockedProcessesWaitInterval { get; set; }
public:
property int BlockedProcessesWaitInterval {
    int get ();
    void set (int value);
}
member BlockedProcessesWaitInterval : int with get, set
function get BlockedProcessesWaitInterval () : int
function set BlockedProcessesWaitInterval (value : int)

属性值

类型:System. . :: . .Int32
The threshold, in seconds, at which blocked process reports are generated.

注释

The range of valid values is from 1 to 86400 (24 hours). The default value of this property is 3600 (1 hour).