다음을 통해 공유


DtsEventHandler 클래스

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.dll의 Microsoft.SqlServer.ManagedDTS

구문

‘선언
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

상속 계층 구조

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

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.