Compartir a través de


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
Método protegido Executable Initializes a new instance of the Executable class.

Principio

Métodos

  Nombre Descripción
Método publico Equals Determines whether two object instances are equal. (Se hereda de DtsObject).
Método publico Execute Executes the executable.
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode Returns the hash code for this instance. (Se hereda de DtsObject).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).
Método publico 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

Campos

  Nombre Descripción
Campo protegido m_executable Infraestructura.

Principio