BreakpointManager.RemoveBreakpointTarget(Int32) Method

Definition

Removes a previously created breakpoint from a task.

C#
public void RemoveBreakpointTarget(int breakpointID);

Parameters

breakpointID
Int32

The ID of the breakpoint to remove.

Examples

The following example shows a task removing a breakpoint. The variable mybpManager is the breakpoint manager for the task.

C#
mybpManager.RemoveBreakpointTarget(breakpointID);  

Applies to

Product Versions
SQL Server .NET SDK 2016, 2017, 2019