IDTSRuntimeComponent100.EventInfos 속성

Sets the IDTSEventInfos100 collection of the PipelineComponent object.

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

구문

‘선언
WriteOnly Property EventInfos As IDTSEventInfos100 
    Set
‘사용 방법
Dim instance As IDTSRuntimeComponent100 
Dim value As IDTSEventInfos100

instance.EventInfos = value
IDTSEventInfos100 EventInfos { set; }
property IDTSEventInfos100^ EventInfos {
    void set (IDTSEventInfos100^ value);
}
abstract EventInfos : IDTSEventInfos100 with get, set
function set EventInfos (value : IDTSEventInfos100)

속성 값

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

주의

Component developers create and expose custom events 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 the Add method, the Event Handlers tab in the SSIS Designer in SQL Server Data Tools(SSDT) lists the custom event in the Event Handler drop-down box.

참고 항목

참조

IDTSRuntimeComponent100 인터페이스

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