The result of the mapping.

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

Syntax

Visual Basic (Declaration)
Public Enumeration TableMappingStatus
C#
public enum TableMappingStatus
Visual C++
public enum class TableMappingStatus

Members

Member nameDescription
Success
The mapping was successful.
UnableToCompare
The mapping succeeded, but SQL Data Compare is unable to compare. This is usually because of type comparison failure.
PartialSuccess
The mapping was a partial success; some columns remain unmapped.

See Also