Gets or sets the name of the path that connects source and target components. If the name is not set data tap is set on all paths between the two components.

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

Syntax

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

See Also