Executable Class
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.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Microsoft.SqlServer.Dts.Runtime::DtsObject
Microsoft.SqlServer.Dts.Runtime::Executable
Microsoft.SqlServer.Dts.Runtime::DtsContainer
| Name | Description | |
|---|---|---|
![]() | Executable() | Initializes a new instance of the Executable class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether two object instances are equal.(Inherited from DtsObject.) |
![]() | Execute(Connections^, Variables^, IDTSEvents^, IDTSLogging^, Object^) | Executes the executable. |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from DtsObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate(Connections^, Variables^, IDTSEvents^, IDTSLogging^) | 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. |
| Name | Description | |
|---|---|---|
![]() | m_executable | This API supports the product infrastructure and is not intended to be used directly from your code. The executable. |
The Executable abstract base class is inherited by the abstract base class DtsContainer, which is then inherited by the abstract base class EventsProvider. The EventsProvider class is subsequently inherited by the following containers that are used often in code.
ForEachLoop Class
ForLoop Class
Package Class
Sequence Class
TaskHost Class
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


