Gets the executable that has been executed.

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

Syntax

C#
public DtsExecutable ActiveExecutable { get; internal set; }
Visual Basic
Public Property ActiveExecutable As DtsExecutable
	Get
	Friend Set
Visual C++
public:
property DtsExecutable^ ActiveExecutable {
	DtsExecutable^ get ();
	internal: void set (DtsExecutable^ value);
}

See Also