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. |
頂端