Comma separated list of connection names that should be removed from the package.

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

Syntax

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

See Also