Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
'Declaration
Public Property BlockedProcessesWaitInterval As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
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).