Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes all the breakpoints set in a task.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub ClearBreakpointTargets
'Usage
Dim instance As BreakpointManager
instance.ClearBreakpointTargets()
public void ClearBreakpointTargets()
public:
void ClearBreakpointTargets()
member ClearBreakpointTargets : unit -> unit
public function ClearBreakpointTargets()
Examples
The following example assumes that the variable mybpManager is the breakpoint manager, and calls the method to clear all the breakpoints in the task.
mybpManager.ClearBreakpointTargets();