Поделиться через


ScriptTask.AcceptBreakpointManager Method

Passes a BreakpointManager to the task. This method is called by the runtime and is not used in code.

Пространство имен: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Сборка: Microsoft.SqlServer.ScriptTask (in microsoft.sqlserver.scripttask.dll)

Синтаксис

'Декларация
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
)

Параметры

  • bpManager
    The breakpoint manager specific for this task.

Замечания

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.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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