다음을 통해 공유


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 인프라

맨 위로 이동