EventsProvider.EventInfos Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.