Search notes:

Microsoft.SqlServer.Dts.Runtime.Executable (abstract class)

Microsoft.SqlServer.Dts.Runtime.Executable is the abstract base class that defines the (two) methods that objects that are run by the (integration services?) run-time engine must implement.
Executable inherits from Microsoft.SqlServer.Dts.Runtime.DtsObject.
An (abstract) class that inherits from Executable is Microsoft.SqlServer.Dts.Runtime.DtsContainer, and Microsoft.SqlServer.Dts.Runtime.EventsProvider is an abstract class that inherits from DtsContainer.

Fields and methods

m_executable An internal, protected member that references an object that implements the Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100 interface.
Execute()
Validate()

See also

The m_executable member of Microsoft.SqlServer.Dts.Runtime.Executable.
The Executables property of Microsoft.SqlServer.Dts.Runtime.Package

Index