Executable Members
Include Protected Members
Include Inherited Members
Defines an abstract class that provides the methods that all objects that are run by the run-time engine are required to inherit and implement.
The Executable type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether two object instances are equal. (Inherited from DtsObject.) | |
Execute(Connections, Variables, IDTSEvents, IDTSLogging, Object) | Executes the executable. | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | Returns the hash code for this instance. (Inherited from DtsObject.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) | |
Validate(Connections, Variables, IDTSEvents, IDTSLogging) | Verify that the executable will successfully execute by validating all its dependencies and other items before executing it. The component that implements this method is the component that is being validated. |
Top