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.

命名空间: Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask
程序集: Microsoft.SqlServer.ActiveXScriptTask (in microsoft.sqlserver.activexscripttask.dll)

语法

声明
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
)

参数

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

备注

ms193173.note(zh-cn,SQL.90).gif重要提示:
下一版本的 Microsoft SQL Server 将删除该功能。请不要在新的开发工作中使用该功能,并尽快修改当前还在使用该功能的应用程序。

线程安全

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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

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