Membres 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.
Le type Executable expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
Executable | Initializes a new instance of the Executable class. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | Determines whether two object instances are equal. (Hérité de DtsObject.) | |
Execute | Executes the executable. | |
Finalize | (Hérité de Object.) | |
GetHashCode | Returns the hash code for this instance. (Hérité de DtsObject.) | |
GetType | (Hérité de Object.) | |
MemberwiseClone | (Hérité de Object.) | |
ToString | (Hérité 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. |
Haut de la page