Public MustInherit Class Executable Inherits DtsObject
public abstract class Executable : DtsObject
public ref class Executable abstract : public DtsObject
public abstract class Executable extends DtsObject
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