Gets an object that can be used to synchronize access to the IndexMappings.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property SyncRoot As IndexMappings
C#
public IndexMappings SyncRoot { get; }
Visual C++
public:
property IndexMappings^ SyncRoot {
	IndexMappings^ get ();
}

See Also