SchemaCompareGridRowType Enumeration
Specifies the type of difference in how the source and target elements differ between two databases.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Enumeration SchemaCompareGridRowType
public enum SchemaCompareGridRowType
public enum class SchemaCompareGridRowType
type SchemaCompareGridRowType
public enum SchemaCompareGridRowType
Members
Member name | Description | |
---|---|---|
OnlyInSource | The object exists only in the source model. | |
OnlyInTarget | The object exists only in the target model. | |
DifferentByShape | The object exists in both models, but has different shapes. | |
DifferentByHierarchy | The object exists in both models, but has different child elements. | |
Equal | The object exists identically in both models. |