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
'Usage
Dim instance As EventsProvider
public abstract class EventsProvider : DtsContainer
public ref class EventsProvider abstract : public DtsContainer
[<AbstractClassAttribute>]
type EventsProvider =  
    class
        inherit DtsContainer
    end
public abstract class EventsProvider extends DtsContainer

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.