This class represents an executable that can be executed on its own. Use this class to get the state of an executable after the execution.

Namespace: SSIS.Test.Dts
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
public sealed class DtsExecutable : DtsObject
Visual Basic
Public NotInheritable Class DtsExecutable _
	Inherits DtsObject
Visual C++
public ref class DtsExecutable sealed : public DtsObject

Inheritance Hierarchy

System..::..Object
  SSIS.Test.Dts..::..DtsObject
    SSIS.Test.Dts..::..DtsExecutable

See Also