次の方法で共有


DtsEventHandler クラス

特定のイベントが発生したときに実行される実行可能オブジェクトを保持するパッケージまたは他のコンテナのコンテナです。このクラスは継承できません。

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
Public NotInheritable Class DtsEventHandler _
    Inherits DtsContainer _
    Implements IDTSSequence, IDTSPropertiesProvider, IDTSPackagePath
'使用
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

説明

詳細については、「Integration Services のイベント ハンドラ」および「Integration Services コンテナ」を参照してください。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。