ScriptTask.AcceptBreakpointManager Method
Passes a BreakpointManager to the task. This method is called by the runtime and is not used in code.
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in microsoft.sqlserver.scripttask.dll)
Syntax
'Declaration
Public Sub AcceptBreakpointManager ( _
bpManager As BreakpointManager _
)
public void AcceptBreakpointManager (
BreakpointManager bpManager
)
public:
virtual void AcceptBreakpointManager (
BreakpointManager^ bpManager
) sealed
public final void AcceptBreakpointManager (
BreakpointManager bpManager
)
public final function AcceptBreakpointManager (
bpManager : BreakpointManager
)
Parameters
- bpManager
The breakpoint manager specific for this task.
Remarks
The IDTSBreakpointSite interface defines this method, which is inherited by tasks and called by the run-time engine during task creation. The method takes the BreakpointManager object as a parameter, which is then used by each task to create and manage its breakpoints.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ScriptTask Class
ScriptTask Members
Microsoft.SqlServer.Dts.Tasks.ScriptTask Namespace