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

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

Syntax

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

See Also