The connection properties for the first database being compared.

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

Syntax

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

See Also