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
'Usage
Dim instance As DtsEventHandler
public sealed class DtsEventHandler : DtsContainer,
IDTSSequence, IDTSPropertiesProvider, IDTSPackagePath
public ref class DtsEventHandler sealed : public DtsContainer,
IDTSSequence, IDTSPropertiesProvider, IDTSPackagePath
[<SealedAttribute>]
type DtsEventHandler =
class
inherit DtsContainer
interface IDTSSequence
interface IDTSPropertiesProvider
interface IDTSPackagePath
end
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 Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.