ForEachLoopClass.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.
Accepts an IDTSBreakpointManager100 manager, that is called by the run-time engine when a task or container is created, to allow the task 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 IDTSBreakpointManager100 to use for controlling breakpoints on this task or container.