DtsEventHandler Class

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

Espace de noms: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntaxe

'Déclaration
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

Notes

For more information, see Gestionnaires d'événements d'Integration Services and Conteneurs Integration Services.

Inheritance Hierarchy

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

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

DtsEventHandler Members
Microsoft.SqlServer.Dts.Runtime Namespace