Freigeben über


EventsProvider-Klasse

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

Hinweise

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.