Udostępnij przez


TraceReplayOptions.BlockedProcessesEnabled Property

Gets or sets a value indicating whether the blocked processes monitor is enabled to search for blocked or blocking processes.

Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in microsoft.sqlserver.connectioninfoextended.dll)

Syntax

'Deklaracja
Public Property BlockedProcessesEnabled As Boolean
public bool BlockedProcessesEnabled { get; set; }
public:
property bool BlockedProcessesEnabled {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_BlockedProcessesEnabled ()

/** @property */
public void set_BlockedProcessesEnabled (boolean value)
public function get BlockedProcessesEnabled () : boolean

public function set BlockedProcessesEnabled (value : boolean)

Property Value

True if the blocked processes monitor is enabled to search for blocked or blocking processes; otherwise, false (default).

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.