PipelineComponent.EventInfos 속성

정의

Important

이 API는 CLS 규격이 아닙니다.

객체 수집 PipelineComponentIDTSEventInfos100 받아.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEventInfos100 ^ EventInfos { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEventInfos100 ^ get(); };
[System.CLSCompliant(false)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventInfos100 EventInfos { get; }
[<System.CLSCompliant(false)>]
member this.EventInfos : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventInfos100
Public ReadOnly Property EventInfos As IDTSEventInfos100

속성 값

객체가 IDTSEventInfos100 객체에 PipelineComponent 제공된 것.

특성

설명

컴포넌트 개발자는 컬렉션을 EventInfos 사용하여 맞춤형 이벤트를 생성하고 노출합니다. 컬렉션은 데이터 흐름 태스크에 의해 컴포넌트에 제공됩니다. 커스텀 이벤트는 먼저 메서드를 Add 호출하여 생성되거나 정의됩니다. 커스텀 이벤트는 패키지 실행 중에 .의 FireCustomEvent메서드를 ComponentMetaData 호출하여 발생시킵니다.

호출 시 Add매개변수에 AllowEventHandlerstrue 시하면, SSIS Designer의 Event Handlers 탭에서 SQL Server Data Tools(SSDT)에서 Event Handler 드롭다운 박스에 커스텀 이벤트가 표시됩니다.

자세한 내용은 'Raising and Defining Events in a Data Flow Component'를 참조하세요.

적용 대상