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.
Замечания
Важно! |
---|
В следующей версии 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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ActiveXScriptTask Class
ActiveXScriptTask Members
Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask Namespace