EventHandlerClass Class
This API supports the product infrastructure and is not intended to be used directly from your code.
A container on a package or other containers that holds executable objects to run when specific events occur.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
[ClassInterfaceAttribute(ClassInterfaceType::None)] [DefaultMemberAttribute("StartTime")] [TypeLibTypeAttribute(TypeLibTypeFlags::FCanCreate)] [GuidAttribute("B8E051B0-2B05-49C7-A60F-20E877392D5E")] public ref class EventHandlerClass : EventHandler, IDTSEventHandler100, IDTSContainer100, IDTSSequence100, IDTSExecutable100, IDTSExecutionMetrics100, IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100, IDTSSuspend100, IDTSPersist100, IDTSRuntimeObject100
| Name | Description | |
|---|---|---|
![]() | EventHandlerClass() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the EventHandlerClass class. |
| Name | Description | |
|---|---|---|
![]() | CreationName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the name that is used by the runtime engine to create an instance of the EventHandlerClass. This property is read-only. |
![]() | DebugMode | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a Boolean that indicates whether a task should check if breakpoints are enabled. |
![]() | DelayValidation | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a Boolean that indicates whether validation of the task is delayed until run time. The default value is false. |
![]() | Description | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the description of the EventHandlerClass object. |
![]() | Disable | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a Boolean that indicates whether the EventHandlerClass object is disabled. |
![]() | Executables | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a collection of executable objects in this container which run when the event occurs. This property is read-only. |
![]() | ExecutionDuration | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates the amount of time that the container spent in execution, in milliseconds. This property is read-only. |
![]() | ExecutionResult | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates the success or failure of the execution of the EventHandlerClass object. |
![]() | ExecutionStatus | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates the current status of the execution of the EventHandlerClass object at the time of the call. |
![]() | FailPackageOnFailure | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a Boolean that indicates whether the package fails when a child container fails. This property is used on containers, not the package itself. |
![]() | FailParentOnFailure | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a Boolean that indicates whether the parent container fails when a child container fails. |
![]() | ForcedExecutionValue | This API supports the product infrastructure and is not intended to be used directly from your code. If the ForceExecutionValue property is set to true, gets or sets a value that specifies the optional execution value the package returns. |
![]() | ForceExecutionResult | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a DTSForcedExecResult enumeration value that specifies the forced execution result of the container. |
![]() | ForceExecutionValue | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a Boolean that indicates whether the execution value of the container should be forced to contain a particular value. |
![]() | ID | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the ID, which is a GUID, of the EventHandlerClass. The value is read-only. |
![]() | IDTSSuspend100_SuspendRequired | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a Boolean that indicates if tasks should suspend when they encounter a breakpoint. This value is set by the runtime engine for tasks and containers when a breakpoint is encountered. |
![]() | IsDefaultLocaleID | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a Boolean that indicates whether the container uses the default locale. This property is read-only. |
![]() | IsolationLevel | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the isolation level of the transaction in the EventHandlerClass object. |
![]() | LocaleID | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets an Integer that indicates the Microsoft Win32® localeID to use when the EventHandlerClass object is executed. |
![]() | LogEntryInfos | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a collection of log entry definitions. This property is read-only. |
![]() | LoggingMode | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value from the DTSLoggingMode enumeration that indicates the logging mode of the container. |
![]() | LoggingOptions | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an object that contains properties that indicates the filtering and logging resource for containers. This property is read-only. |
![]() | MaximumErrorCount | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets an Integer value that specifies the maximum number of errors that can occur before the EventHandlerClass object stops running. |
![]() | Name | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the EventHandlerClass. |
![]() | Parent | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the parent container. The value is read-only. |
![]() | PrecedenceConstraints | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a collection of precedence constraints, if any, found on the executable objects in this container. This property is read-only. |
![]() | Properties | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a collection of IDTSProperty100 objects. This property is read-only. |
![]() | StartTime | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the time when the container starts execution. This property is read-only. |
![]() | StopTime | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the time when the container stops execution. This property is read-only. |
![]() | SuspendRequired | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a Boolean that indicates if tasks should suspend when they encounter a breakpoint. This value is set by the runtime engine for tasks and containers when a breakpoint is encountered. |
![]() | TransactionOption | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the container participates in transactions. |
![]() | VariableDispenser | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a variable dispenser object so that variables associated with the container can be locked for reading or writing. |
![]() | Variables | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a collection object that contains the variables associated with this container. This property is read-only. |
| Name | Description | |
|---|---|---|
![]() | AcceptBreakpointManager(IDTSBreakpointManager100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Passes a IDTSBreakpointManager100 to a task. The task will use the breakpoint manager to create, remove, and check the status of breakpoints. This method is called by the runtime and is not used in code. |
![]() | ComputeExpressions(Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Computes the expressions of this EventHandlerClass object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Execute(IDTSConnections100^, IDTSVariables100^, IDTSEvents100^, IDTSLogging100^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Runs the application, container, or package as part of a package workflow. |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetExpression(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the expression for the specified property or null if no expression is assigned. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetParentID() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the parent identifier of this container. |
![]() | GetType() | (Inherited from Object.) |
![]() | IDTSSuspend100_ResumeExecution() | This API supports the product infrastructure and is not intended to be used directly from your code. Resumes execution of the task after pausing. The task or container is resumed by the runtime engine. |
![]() | IDTSSuspend100_SuspendExecution() | This API supports the product infrastructure and is not intended to be used directly from your code. Notifies that the executable needs to suspend. This method is called by the runtime engine. |
![]() | LoadFromXML(Object^, IDTSEvents100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Loads an EventHandlerClass from the specified XML document. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RegenerateID() | This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new GUID for the container and updates the container ID property. |
![]() | ResumeExecution() | This API supports the product infrastructure and is not intended to be used directly from your code. Resumes execution of the task after pausing. The task or container is resumed by the runtime engine. |
![]() | SaveToXML(Object^, Object^, IDTSEvents100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Saves an EventHandlerClass to the specified XML document. |
![]() | SetExpression(String^, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Assigns the specified expression to the property. Specify null to remove an existing expression from the property. |
![]() | SuspendExecution() | This API supports the product infrastructure and is not intended to be used directly from your code. Notifies that the executable needs to suspend. This method is called by the runtime engine. |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate(IDTSConnections100^, IDTSVariables100^, IDTSEvents100^, IDTSLogging100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Allows the container to determine if it contains invalid settings that will prevent it from executing successfully. |
For more information, see DtsEventHandler.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


