ForLoopClass.AcceptBreakpointManager(IDTSBreakpointManager100) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Passes a IDTSBreakpointManager100 to a task. The task will use the breakpoint manager to create, remove, and check the status of breakpoints. This method is called by the runtime and is not used in code.
public:
virtual void AcceptBreakpointManager(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSBreakpointManager100 ^ pBreakpointManager) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSBreakpointSite100::AcceptBreakpointManager;
public virtual void AcceptBreakpointManager (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSBreakpointManager100 pBreakpointManager);
abstract member AcceptBreakpointManager : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSBreakpointManager100 -> unit
override this.AcceptBreakpointManager : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSBreakpointManager100 -> unit
Public Overridable Sub AcceptBreakpointManager (pBreakpointManager As IDTSBreakpointManager100)
Parameters
- pBreakpointManager
- IDTSBreakpointManager100
The breakpoint manager specific for this task.