EventsProvider.EventInfos Property

Definition

Returns a collection of EventInfo objects. This field is read-only.

public:
 property Microsoft::SqlServer::Dts::Runtime::EventInfos ^ EventInfos { Microsoft::SqlServer::Dts::Runtime::EventInfos ^ get(); };
public Microsoft.SqlServer.Dts.Runtime.EventInfos EventInfos { get; }
member this.EventInfos : Microsoft.SqlServer.Dts.Runtime.EventInfos
Public ReadOnly Property EventInfos As EventInfos

Property Value

Returns an EventInfos collection.

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