IDTSBreakpointSite 인터페이스

정의

Integration Services 런타임 엔진과 중단점을 노출하고 사용자 지정 중단점을 만들고 관리하기 위한 작업 간의 상호 작용을 정의합니다.

public interface class IDTSBreakpointSite : Microsoft::SqlServer::Dts::Runtime::IDTSSuspend
public interface IDTSBreakpointSite : Microsoft.SqlServer.Dts.Runtime.IDTSSuspend
type IDTSBreakpointSite = interface
    interface IDTSSuspend
Public Interface IDTSBreakpointSite
Implements IDTSSuspend
파생
구현

설명

IDTSSuspend 구현

속성

DebugMode

작업에서 중단점이 사용되는지 확인해야 하는지 여부를 나타내는 부울을 가져오거나 설정합니다.

SuspendRequired

태스크가 중단점을 발견할 때 일시 중단해야 하는지 여부를 나타내는 부울을 가져오거나 설정합니다. 이 값은 중단점에 도달할 때 태스크 및 컨테이너의 런타임 엔진에서 설정됩니다.

(다음에서 상속됨 IDTSSuspend)

메서드

AcceptBreakpointManager(BreakpointManager)

BreakpointManager를 태스크에 전달합니다. 태스크는 중단점 관리자를 사용하여 중단점을 만들고 제거하며, 중단점 상태를 확인합니다. 이 메서드는 런타임을 통해 호출되며 코드에 사용되지 않습니다.

ResumeExecution()

일시 중지 이후 태스크 실행을 다시 시작합니다. 태스크 또는 컨테이너는 런타임 엔진에 의해 다시 시작됩니다.

(다음에서 상속됨 IDTSSuspend)
SuspendExecution()

실행 파일을 일시 중지해야 함을 나타냅니다. 이 메서드는 런타임 엔진을 통해 호출됩니다.

(다음에서 상속됨 IDTSSuspend)

적용 대상