언어

IDTSComponentEvents100 인터페이스

정의

이벤트 발화를 위한 메서드를 제공하는 인터페이스를 정의합니다.

public interface class IDTSComponentEvents100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100
[System.Runtime.InteropServices.Guid("674D1E75-5501-4E94-B5A1-0A907B4571E0")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentEvents100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("71CDEC47-151F-4C0A-B746-1AB6F0CEF750")]
public interface IDTSComponentEvents100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("AD26F576-B55A-4CE5-9B85-1A828FAC6AA0")]
public interface IDTSComponentEvents100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
[<System.Runtime.InteropServices.Guid("674D1E75-5501-4E94-B5A1-0A907B4571E0")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSComponentEvents100 = interface
    interface IDTSInfoEvents100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("71CDEC47-151F-4C0A-B746-1AB6F0CEF750")>]
type IDTSComponentEvents100 = interface
    interface IDTSInfoEvents100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("AD26F576-B55A-4CE5-9B85-1A828FAC6AA0")>]
type IDTSComponentEvents100 = interface
    interface IDTSInfoEvents100
Public Interface IDTSComponentEvents100
Implements IDTSInfoEvents100
특성
구현

설명

자세한 내용은 IDTSComponentEvents를 참조하세요.

메서드

Name Description
FireBreakpointHit(IDTSBreakpointTarget100)

패키지 내에서 브레이크포인트 타겟이 맞으면 이벤트가 발생합니다.

FireCustomEvent(String, String, Object[], String, Boolean)

작업이 사용자 지정 작업 정의 이벤트를 발생시킬 때 발생합니다.

FireError(Int32, String, String, String, Int32, Boolean)

오류가 발생하면 이벤트를 발생시킵니다.

FireInformation(Int32, String, String, String, Int32, Boolean)

정보가 포함된 이벤트를 발생시킵니다.

FireProgress(String, Int32, Int32, Int32, String, Boolean)

실행 파일이 측정 가능한 진행 상황을 보일 때 이벤트를 발생시킵니다.

FireQueryCancel(Boolean)

실행 파일이 실행을 멈추는지 결정하는 이벤트를 생성합니다.

FireWarning(Int32, String, String, String, Int32)

작업이 오류가 정당화되지 않지만 클라이언트에게 경고할 만한 상태일 때마다 이벤트를 발생시킵니다.

적용 대상