The IndexMappings for the indexes that can be used to compare tables or views. The indexes must be PrimaryKey, Unique, or UniqueConstraint.

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

Syntax

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

See Also