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)
Syntax
'Declaration
Public ReadOnly Property EventInfos As EventInfos
public EventInfos EventInfos { get; }
public:
property EventInfos^ EventInfos {
EventInfos^ get ();
}
/** @property */
public EventInfos get_EventInfos ()
public function get EventInfos () : 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.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
EventsProvider Class
EventsProvider Members
Microsoft.SqlServer.Dts.Runtime Namespace