Contains a mapping between the schema or owners in the different databases.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  RedGate.SQLCompare.Engine..::.Mapping
    RedGate.SQLCompare.Engine..::.SqlCompareOwnerMapping

See Also