Contains a mapping between the indexes in the different databases.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  RedGate.SQLCompare.Engine..::.Mapping
    RedGate.SQLDataCompare.Engine..::.IndexMapping

See Also