Freigeben über


DtsEventHandler Class

A container on a package or other containers that holds executables to run when specific events occur. This class cannot be inherited.

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

Syntax

'Declaration
Public NotInheritable Class DtsEventHandler
    Inherits DtsContainer
    Implements IDTSSequence, IDTSPropertiesProvider, IDTSPackagePath
public sealed class DtsEventHandler : DtsContainer, IDTSSequence, IDTSPropertiesProvider, IDTSPackagePath
public ref class DtsEventHandler sealed : public DtsContainer, IDTSSequence, IDTSPropertiesProvider, IDTSPackagePath
public final class DtsEventHandler extends DtsContainer implements IDTSSequence, IDTSPropertiesProvider, 
    IDTSPackagePath
public final class DtsEventHandler extends DtsContainer implements IDTSSequence, IDTSPropertiesProvider, 
    IDTSPackagePath

Hinweise

For more information, see Ereignishandler von SQL Server Integration Services and SQL Server Integration Services-Container.

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Dts.Runtime.DtsObject
     Microsoft.SqlServer.Dts.Runtime.Executable
       Microsoft.SqlServer.Dts.Runtime.DtsContainer
        Microsoft.SqlServer.Dts.Runtime.DtsEventHandler

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

DtsEventHandler Members
Microsoft.SqlServer.Dts.Runtime Namespace