Contains a mapping from a schema level object to another schema level object. Also contains information on the criteria used for matching the two schema level objects, which can be based on an level 2 object or an arbitrary set of mapped fields.

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

Syntax

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

Inheritance Hierarchy

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

See Also