Поделиться через


DtsEventHandler Class

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

Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Синтаксис

'Декларация
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

Замечания

For more information, see Обработчики событий служб Integration Services and Контейнеры служб 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

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

DtsEventHandler Members
Microsoft.SqlServer.Dts.Runtime Namespace