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 | |
---|---|---|
EventHandlerClass | Infrastructure. For more information, see DtsEventHandler. |
Top
Properties
Name | Description | |
---|---|---|
CreationName | Infrastructure. For more information, see DtsEventHandler. | |
DebugMode | Infrastructure. For more information, see DtsEventHandler. | |
DelayValidation | Infrastructure. For more information, see DtsEventHandler. | |
Description | Infrastructure. For more information, see DtsEventHandler. | |
Disable | Infrastructure. For more information, see DtsEventHandler. | |
Executables | Infrastructure. For more information, see DtsEventHandler. | |
ExecutionDuration | Infrastructure. For more information, see DtsEventHandler. | |
ExecutionResult | Infrastructure. For more information, see DtsEventHandler. | |
ExecutionStatus | Infrastructure. For more information, see DtsEventHandler. | |
FailPackageOnFailure | Infrastructure. For more information, see DtsEventHandler. | |
FailParentOnFailure | Infrastructure. For more information, see DtsEventHandler. | |
ForcedExecutionValue | Infrastructure. For more information, see DtsEventHandler. | |
ForceExecutionResult | Infrastructure. For more information, see DtsEventHandler. | |
ForceExecutionValue | Infrastructure. For more information, see DtsEventHandler. | |
ID | Infrastructure. For more information, see DtsEventHandler. | |
IDTSSuspend100_SuspendRequired | Infrastructure. | |
IsDefaultLocaleID | Infrastructure. For more information, see DtsEventHandler. | |
IsolationLevel | Infrastructure. For more information, see DtsEventHandler. | |
LocaleID | Infrastructure. For more information, see DtsEventHandler. | |
LogEntryInfos | Infrastructure. For more information, see DtsEventHandler. | |
LoggingMode | Infrastructure. For more information, see DtsEventHandler. | |
LoggingOptions | Infrastructure. For more information, see DtsEventHandler. | |
MaximumErrorCount | Infrastructure. For more information, see DtsEventHandler. | |
Name | Infrastructure. For more information, see DtsEventHandler. | |
Parent | Infrastructure. For more information, see DtsEventHandler. | |
PrecedenceConstraints | Infrastructure. For more information, see DtsEventHandler. | |
Properties | Infrastructure. For more information, see DtsEventHandler. | |
StartTime | Infrastructure. For more information, see DtsEventHandler. | |
StopTime | Infrastructure. For more information, see DtsEventHandler. | |
SuspendRequired | Infrastructure. For more information, see DtsEventHandler. | |
TransactionOption | Infrastructure. For more information, see DtsEventHandler. | |
VariableDispenser | Infrastructure. For more information, see DtsEventHandler. | |
Variables | Infrastructure. For more information, see DtsEventHandler. |
Top
Methods
Name | Description | |
---|---|---|
AcceptBreakpointManager | Infrastructure. | |
Equals | (Inherited from Object.) | |
Execute | Infrastructure. | |
Finalize | (Inherited from Object.) | |
GetExpression | Infrastructure. For more information, see DtsEventHandler. | |
GetHashCode | (Inherited from Object.) | |
GetParentID | Infrastructure. | |
GetType | (Inherited from Object.) | |
IDTSSuspend100_ResumeExecution | Infrastructure. | |
IDTSSuspend100_SuspendExecution | Infrastructure. | |
LoadFromXML | Infrastructure. | |
MemberwiseClone | (Inherited from Object.) | |
RegenerateID | Infrastructure. For more information, see DtsEventHandler. | |
ResumeExecution | Infrastructure. For more information, see DtsEventHandler. | |
SaveToXML | Infrastructure. | |
SetExpression | Infrastructure. For more information, see DtsEventHandler. | |
SuspendExecution | Infrastructure. For more information, see DtsEventHandler. | |
ToString | (Inherited from Object.) | |
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.