EventsProvider Class

Defines an abstract class that contains a collection of event handler containers and the EventInfos collection. This class routes events to those event handlers when an event is received.

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Declaration
Public MustInherit Class EventsProvider
    Inherits DtsContainer
public abstract class EventsProvider : DtsContainer
public ref class EventsProvider abstract : public DtsContainer
public abstract class EventsProvider extends DtsContainer
public abstract class EventsProvider extends DtsContainer

Remarks

This class is inherited by all containers, except the DtsEventHandler container.

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Dts.Runtime.DtsObject
     Microsoft.SqlServer.Dts.Runtime.Executable
       Microsoft.SqlServer.Dts.Runtime.DtsContainer
        Microsoft.SqlServer.Dts.Runtime.EventsProvider
           Microsoft.SqlServer.Dts.Runtime.ForEachLoop
           Microsoft.SqlServer.Dts.Runtime.ForLoop
           Microsoft.SqlServer.Dts.Runtime.Package
           Microsoft.SqlServer.Dts.Runtime.Sequence
           Microsoft.SqlServer.Dts.Runtime.TaskHost

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 Members
Microsoft.SqlServer.Dts.Runtime Namespace