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.

Executable 型別公開下列成員。

建構函式

  名稱 描述
受保護的方法 Executable Initializes a new instance of the Executable class.

頂端

方法

  名稱 描述
公用方法 Equals Determines whether two object instances are equal. (繼承自 DtsObject。)
公用方法 Execute Executes the executable.
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode Returns the hash code for this instance. (繼承自 DtsObject。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 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.

頂端

欄位

  名稱 描述
受保護的欄位 m_executable 基礎結構。

頂端