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
Remarks
For more information, see Integration Services Event Handlers and Integration Services Containers.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsObject
Microsoft.SqlServer.Dts.Runtime.Executable
Microsoft.SqlServer.Dts.Runtime.DtsContainer
Microsoft.SqlServer.Dts.Runtime.DtsEventHandler
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
DtsEventHandler Members
Microsoft.SqlServer.Dts.Runtime Namespace