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.
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.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub AcceptBreakpointManager ( _
pBreakpointManager As IDTSBreakpointManager100 _
)
'Usage
Dim instance As IDTSBreakpointSite100
Dim pBreakpointManager As IDTSBreakpointManager100
instance.AcceptBreakpointManager(pBreakpointManager)
void AcceptBreakpointManager(
IDTSBreakpointManager100 pBreakpointManager
)
void AcceptBreakpointManager(
[InAttribute] IDTSBreakpointManager100^ pBreakpointManager
)
abstract AcceptBreakpointManager :
pBreakpointManager:IDTSBreakpointManager100 -> unit
function AcceptBreakpointManager(
pBreakpointManager : IDTSBreakpointManager100
)
Parameters
- pBreakpointManager
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSBreakpointManager100
The breakpoint manager specific for this task.