Membros Executable
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.
O tipo Executable expõe os seguintes membros.
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether two object instances are equal. (Herdado de DtsObject.) | |
Execute | Executes the executable. | |
Finalize | (Herdado de Object.) | |
GetHashCode | Returns the hash code for this instance. (Herdado de DtsObject.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado 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. |
Início