Affects which parts of the SQL code are produced when the synchronization SQL script is generated.

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

Syntax

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

See Also