Поделиться через


Элементы 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 Инфраструктура.

В начало