Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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();