Executable Miembros
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.
El tipo Executable expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
Executable | Initializes a new instance of the Executable class. |
Principio
Métodos
Nombre | Descripción | |
---|---|---|
Equals | Determines whether two object instances are equal. (Se hereda de DtsObject). | |
Execute | Executes the executable. | |
Finalize | (Se hereda de Object). | |
GetHashCode | Returns the hash code for this instance. (Se hereda de DtsObject). | |
GetType | (Se hereda de Object). | |
MemberwiseClone | (Se hereda de Object). | |
ToString | (Se hereda de Object). | |
Validate | 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. |
Principio