다음을 통해 공유


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(ko-kr,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