SequenceClass.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.
This method is called by the run-time engine when a task or container is created.
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
Use for controlling breakpoints on this task or container.