Membri 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.
Il tipo Executable espone i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Determines whether two object instances are equal. (Ereditato da DtsObject). | |
Execute | Executes the executable. | |
Finalize | (Ereditato da Object). | |
GetHashCode | Returns the hash code for this instance. (Ereditato da DtsObject). | |
GetType | (Ereditato da Object). | |
MemberwiseClone | (Ereditato da Object). | |
ToString | (Ereditato da 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 alto