Gets a component of the package that is the source of the error.

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

Syntax

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

See Also