ScriptTask::AcceptBreakpointManager Method (BreakpointManager^)
Passes a BreakpointManager to the task. This method is called by the runtime and is not used in code.
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
Parameters
- bpManager
-
Type:
Microsoft.SqlServer.Dts.Runtime::BreakpointManager^
The breakpoint manager specific for this task.
The IDTSBreakpointSite interface defines this method, which is inherited by tasks and called by the run-time engine during task creation. The method takes the BreakpointManager object as a parameter, which is then used by each task to create and manage its breakpoints.
Show: