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 형식은 다음 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
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. |
맨 위로 이동