共用方式為


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