The connection properties for the second database being compared.

Namespace:  RedGate.SQLDataCompare.Engine
Assembly:  RedGate.SQLDataCompare.Engine (in RedGate.SQLDataCompare.Engine.dll)

Syntax

Visual Basic (Declaration)
Public Property DataSource2 As DataSource
C#
public DataSource DataSource2 { get; set; }
Visual C++
public:
property DataSource^ DataSource2 {
	DataSource^ get ();
	void set (DataSource^ value);
}

See Also