ModelComparisonResult Class
Updated: April 20, 2017
SchemaModel compare result. Contains same elements list, elements needed to add to target list, elements needed to drop in target list, and changed elements list.
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | ElementGroupsEqual | List of element groups that are equal |
![]() | ElementsChanged | List of elements are changed. The result will keyed by elements in source, and it will have what are the changes together with that changed element. |
![]() | ElementsComposingChildrenChanged | List of elements changed because of composed children are changed. |
![]() | ElementsEqual | List of elements that have no changes |
![]() | ElementsHierarchicalChildrenChanged | List of elements changed because of hierarchical dhildren are changed. |
![]() | ElementsPropertyChanged | List of elements changed because of properties are changed. |
![]() | ElementsRelationshipEntryChanged | List of elements changed because of relationship entries are added or dropped |
![]() | ElementsToAdd | List of elements exists in source, does not exist in target |
![]() | ElementsToDrop | List of elements exists in target, does not exist in source |
![]() | IsEqual | If compared elements are equal |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

