Delen via


EventHandlerClass Class

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see DtsEventHandler.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.EventHandlerClass

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("DAF1AC9A-DBB8-494D-BB55-EDD1000C13EB")> _
Public Class EventHandlerClass _
    Implements EventHandler, IDTSEventHandler100, IDTSContainer100, IDTSSequence100,  _
    IDTSExecutable100, IDTSExecutionMetrics100, IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100,  _
    IDTSSuspend100, IDTSPersist100, IDTSRuntimeObject100
'Usage
Dim instance As EventHandlerClass
[ClassInterfaceAttribute()]
[GuidAttribute("DAF1AC9A-DBB8-494D-BB55-EDD1000C13EB")]
public class EventHandlerClass : EventHandler, 
    IDTSEventHandler100, IDTSContainer100, IDTSSequence100, IDTSExecutable100, IDTSExecutionMetrics100, 
    IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100, IDTSSuspend100, IDTSPersist100, 
    IDTSRuntimeObject100
[ClassInterfaceAttribute()]
[GuidAttribute(L"DAF1AC9A-DBB8-494D-BB55-EDD1000C13EB")]
public ref class EventHandlerClass : EventHandler, 
    IDTSEventHandler100, IDTSContainer100, IDTSSequence100, IDTSExecutable100, IDTSExecutionMetrics100, 
    IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100, IDTSSuspend100, IDTSPersist100, 
    IDTSRuntimeObject100
[<ClassInterfaceAttribute()>]
[<GuidAttribute("DAF1AC9A-DBB8-494D-BB55-EDD1000C13EB")>]
type EventHandlerClass =  
    class
        interface EventHandler
        interface IDTSEventHandler100
        interface IDTSContainer100
        interface IDTSSequence100
        interface IDTSExecutable100
        interface IDTSExecutionMetrics100
        interface IDTSPropertiesProvider100
        interface IDTSName100
        interface IDTSBreakpointSite100
        interface IDTSSuspend100
        interface IDTSPersist100
        interface IDTSRuntimeObject100
    end
public class EventHandlerClass implements EventHandler, IDTSEventHandler100, IDTSContainer100, IDTSSequence100, IDTSExecutable100, IDTSExecutionMetrics100, IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100, IDTSSuspend100, IDTSPersist100, IDTSRuntimeObject100

The EventHandlerClass type exposes the following members.

Constructors

  Name Description
Public method EventHandlerClass Infrastructure. For more information, see DtsEventHandler.

Top

Properties

  Name Description
Public property CreationName Infrastructure. For more information, see DtsEventHandler.
Public property DebugMode Infrastructure. For more information, see DtsEventHandler.
Public property DelayValidation Infrastructure. For more information, see DtsEventHandler.
Public property Description Infrastructure. For more information, see DtsEventHandler.
Public property Disable Infrastructure. For more information, see DtsEventHandler.
Public property Executables Infrastructure. For more information, see DtsEventHandler.
Public property ExecutionDuration Infrastructure. For more information, see DtsEventHandler.
Public property ExecutionResult Infrastructure. For more information, see DtsEventHandler.
Public property ExecutionStatus Infrastructure. For more information, see DtsEventHandler.
Public property FailPackageOnFailure Infrastructure. For more information, see DtsEventHandler.
Public property FailParentOnFailure Infrastructure. For more information, see DtsEventHandler.
Public property ForcedExecutionValue Infrastructure. For more information, see DtsEventHandler.
Public property ForceExecutionResult Infrastructure. For more information, see DtsEventHandler.
Public property ForceExecutionValue Infrastructure. For more information, see DtsEventHandler.
Public property ID Infrastructure. For more information, see DtsEventHandler.
Public property IDTSSuspend100_SuspendRequired Infrastructure.
Public property IsDefaultLocaleID Infrastructure. For more information, see DtsEventHandler.
Public property IsolationLevel Infrastructure. For more information, see DtsEventHandler.
Public property LocaleID Infrastructure. For more information, see DtsEventHandler.
Public property LogEntryInfos Infrastructure. For more information, see DtsEventHandler.
Public property LoggingMode Infrastructure. For more information, see DtsEventHandler.
Public property LoggingOptions Infrastructure. For more information, see DtsEventHandler.
Public property MaximumErrorCount Infrastructure. For more information, see DtsEventHandler.
Public property Name Infrastructure. For more information, see DtsEventHandler.
Public property Parent Infrastructure. For more information, see DtsEventHandler.
Public property PrecedenceConstraints Infrastructure. For more information, see DtsEventHandler.
Public property Properties Infrastructure. For more information, see DtsEventHandler.
Public property StartTime Infrastructure. For more information, see DtsEventHandler.
Public property StopTime Infrastructure. For more information, see DtsEventHandler.
Public property SuspendRequired Infrastructure. For more information, see DtsEventHandler.
Public property TransactionOption Infrastructure. For more information, see DtsEventHandler.
Public property VariableDispenser Infrastructure. For more information, see DtsEventHandler.
Public property Variables Infrastructure. For more information, see DtsEventHandler.

Top

Methods

  Name Description
Public method AcceptBreakpointManager Infrastructure.
Public method Equals (Inherited from Object.)
Public method Execute Infrastructure.
Protected method Finalize (Inherited from Object.)
Public method GetExpression Infrastructure. For more information, see DtsEventHandler.
Public method GetHashCode (Inherited from Object.)
Public method GetParentID Infrastructure.
Public method GetType (Inherited from Object.)
Public method IDTSSuspend100_ResumeExecution Infrastructure.
Public method IDTSSuspend100_SuspendExecution Infrastructure.
Public method LoadFromXML Infrastructure.
Protected method MemberwiseClone (Inherited from Object.)
Public method RegenerateID Infrastructure. For more information, see DtsEventHandler.
Public method ResumeExecution Infrastructure. For more information, see DtsEventHandler.
Public method SaveToXML Infrastructure.
Public method SetExpression Infrastructure. For more information, see DtsEventHandler.
Public method SuspendExecution Infrastructure. For more information, see DtsEventHandler.
Public method ToString (Inherited from Object.)
Public method Validate Infrastructure.

Top

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.