SchemaCompareGridRowType Enumeration

The type of difference.

Namespace:  Microsoft.Data.Tools.Schema.Utilities.Sql.Compare.Schema
Assembly:  Microsoft.Data.Tools.Schema.Utilities.Sql (in Microsoft.Data.Tools.Schema.Utilities.Sql.dll)

Syntax

'Declaration
Public Enumeration SchemaCompareGridRowType
'Usage
Dim instance As SchemaCompareGridRowType
public enum SchemaCompareGridRowType
public enum class SchemaCompareGridRowType
type SchemaCompareGridRowType
public enum SchemaCompareGridRowType

Members

Member name Description
OnlyInSource The object exists only in the first database.

OnlyInTarget The object exists only in the second database.

DifferentByShape The object exists in both databases, but is different by its own shape.

DifferentByHierarchy The object exists in both databases, but is different by only its children's difference.

Equal The object exists in both databases and is identical.

See Also

Reference

Microsoft.Data.Tools.Schema.Utilities.Sql.Compare.Schema Namespace