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)

注释

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 Business Intelligence Development Studio lists the custom event in the Event Handler drop-down box.