Condividi tramite


Classe EventsProvider

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.

Spazio dei nomi:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public MustInherit Class EventsProvider _
    Inherits DtsContainer
'Utilizzo
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

Osservazioni

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

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.