The direction in which the project migrates the changes to synchronize the databases.

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

Syntax

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

See Also