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
Hinweise
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
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
EventsProvider Members
Microsoft.SqlServer.Dts.Runtime Namespace