IDTSEventsProvider100.EventInfos Property

Definition

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

Property Value

Returns an EventInfos collection.

Attributes

Remarks

The EventInfos collection is used to hold custom events and events that you want the task to raise during execution. When creating a custom task, you use this class to add your own custom events to the runtime.

Applies to