ActiveXScriptTask.AcceptBreakpointManager Method

Passes a BreakpointManager 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.Tasks.ActiveXScriptTask
Assembly: Microsoft.SqlServer.ActiveXScriptTask (in microsoft.sqlserver.activexscripttask.dll)

Syntax

'Declaration
Public Sub AcceptBreakpointManager ( _
    breakPointMgr As BreakpointManager _
)
public void AcceptBreakpointManager (
    BreakpointManager breakPointMgr
)
public:
virtual void AcceptBreakpointManager (
    BreakpointManager^ breakPointMgr
) sealed
public final void AcceptBreakpointManager (
    BreakpointManager breakPointMgr
)
public final function AcceptBreakpointManager (
    breakPointMgr : BreakpointManager
)

Parameters

  • breakPointMgr
    The breakpoint manager that is specific to the task.

Remarks

Important

This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.

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

ActiveXScriptTask Class
ActiveXScriptTask Members
Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask Namespace