ClearBreakpointTargets méthode
Removes all the breakpoints set in a task.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Sub ClearBreakpointTargets
'Utilisation
Dim instance As BreakpointManager
instance.ClearBreakpointTargets()
public void ClearBreakpointTargets()
public:
void ClearBreakpointTargets()
member ClearBreakpointTargets : unit -> unit
public function ClearBreakpointTargets()
Exemples
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();