PipelineComponent.EventInfos 속성

Gets the IDTSEventInfos100 collection of the PipelineComponent object.

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

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline
어셈블리:  Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)

구문

‘선언
<CLSCompliantAttribute(False)> _
Public ReadOnly Property EventInfos As IDTSEventInfos100 
    Get
‘사용 방법
Dim instance As PipelineComponent 
Dim value As IDTSEventInfos100 

value = instance.EventInfos
[CLSCompliantAttribute(false)]
public IDTSEventInfos100 EventInfos { get; }
[CLSCompliantAttribute(false)]
public:
property IDTSEventInfos100^ EventInfos {
    IDTSEventInfos100^ get ();
}
[<CLSCompliantAttribute(false)>]
member EventInfos : IDTSEventInfos100
function get EventInfos () : IDTSEventInfos100

속성 값

유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventInfos100
The IDTSEventInfos100 object provided to the PipelineComponent object.

주의

Component developers create and expose custom events by using the EventInfos collection. The collection is provided to the component by the data flow task. Custom events are first created, or defined, by calling the Add method. The custom event is raised during package execution by calling the FireCustomEvent method of the ComponentMetaData.

If you specify true in the AllowEventHandlers parameter when calling Add, the Event Handlers tab in SSIS Designer, in SQL Server Data Tools(SSDT), shows the custom event in the Event Handler drop down box.

For more information, see 데이터 흐름 구성 요소에서 이벤트 발생 및 정의.

참고 항목

참조

PipelineComponent 클래스

Microsoft.SqlServer.Dts.Pipeline 네임스페이스