Holds mappings for schemas, users, or roles. Uses the database objects to create the mappings for the views and the tables from the two databases.

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

Syntax

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

Inheritance Hierarchy

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

See Also