Gets or sets the target of mapping. It can be 'Input', 'Output', 'InputColumn' or 'OutputColumn'.

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

Syntax

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

See Also