Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
This method is called by the run-time engine when a task or container is created.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Sub AcceptBreakpointManager ( _
pBreakpointManager As IDTSBreakpointManager100 _
)
'Usage
Dim instance As SequenceClass
Dim pBreakpointManager As IDTSBreakpointManager100
instance.AcceptBreakpointManager(pBreakpointManager)
public virtual void AcceptBreakpointManager(
IDTSBreakpointManager100 pBreakpointManager
)
public:
virtual void AcceptBreakpointManager(
[InAttribute] IDTSBreakpointManager100^ pBreakpointManager
)
abstract AcceptBreakpointManager :
pBreakpointManager:IDTSBreakpointManager100 -> unit
override AcceptBreakpointManager :
pBreakpointManager:IDTSBreakpointManager100 -> unit
public function AcceptBreakpointManager(
pBreakpointManager : IDTSBreakpointManager100
)
Parameters
- pBreakpointManager
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSBreakpointManager100
Use for controlling breakpoints on this task or container.
Implements
IDTSBreakpointSite100.AcceptBreakpointManager(IDTSBreakpointManager100)