Holds mappings of indexes. The indexes must be PrimaryKey, Unique, or UniqueConstraint to be included. The names of the indexes are not used for the mapping.

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

Syntax

Visual Basic (Declaration)
Public Class IndexMappings _
	Inherits Mappings
C#
public class IndexMappings : Mappings
Visual C++
public ref class IndexMappings : public Mappings

Inheritance Hierarchy

System..::.Object
  RedGate.SQLCompare.Engine..::.Mappings
    RedGate.SQLDataCompare.Engine..::.IndexMappings

See Also