This topic has not yet been rated - Rate this topic

EventsProvider.EventInfos Property

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public EventInfos EventInfos { get; }

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.EventInfos
Returns an EventInfos collection.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.