TraceReplayOptions.BlockedProcessesWaitInterval Property
Gets or sets the threshold, in seconds, at which blocked process reports are generated.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in microsoft.sqlserver.connectioninfoextended.dll)
Syntax
'Deklaracja
Public Property BlockedProcessesWaitInterval As Integer
public int BlockedProcessesWaitInterval { get; set; }
public:
property int BlockedProcessesWaitInterval {
int get ();
void set (int value);
}
/** @property */
public int get_BlockedProcessesWaitInterval ()
/** @property */
public void set_BlockedProcessesWaitInterval (int value)
public function get BlockedProcessesWaitInterval () : int
public function set BlockedProcessesWaitInterval (value : int)
Property Value
The threshold, in seconds, at which blocked process reports are generated.
Remarks
The range of valid values is from 1 to 86400 (24 hours). The default value of this property is 3600 (1 hour).
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.