Gets a package element that was tested.

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

Syntax

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

See Also