Gets the path of the source component in a data flow.

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

Syntax

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

See Also