Share via


Executable Members

Include Protected Members
Include Inherited Members

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.

The Executable type exposes the following members.

Constructors

  Name Description
Protected method Executable() Initializes a new instance of the Executable class.

Top

Methods

  Name Description
Public method Equals(Object) Determines whether two object instances are equal. (Inherited from DtsObject.)
Public method Execute(Connections, Variables, IDTSEvents, IDTSLogging, Object) Executes the executable.
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() Returns the hash code for this instance. (Inherited from DtsObject.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)
Public method Validate(Connections, Variables, IDTSEvents, IDTSLogging) 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.

Top

Fields

  Name Description
Protected field m_executable Infrastructure.

Top