TransferLoginsTask.AcceptBreakpointManager(BreakpointManager) 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 BreakpointManager to a task. This method is called by the runtime and is not used in code.
public:
virtual void AcceptBreakpointManager(Microsoft::SqlServer::Dts::Runtime::BreakpointManager ^ manager);
public void AcceptBreakpointManager (Microsoft.SqlServer.Dts.Runtime.BreakpointManager manager);
abstract member AcceptBreakpointManager : Microsoft.SqlServer.Dts.Runtime.BreakpointManager -> unit
override this.AcceptBreakpointManager : Microsoft.SqlServer.Dts.Runtime.BreakpointManager -> unit
Public Sub AcceptBreakpointManager (manager As BreakpointManager)
Parameters
- manager
- BreakpointManager
The breakpoint manager specific for this task.
Implements
Remarks
This method is overridden when you create a custom task. For more information, see Adding Support for Debugging in a Custom Task.