ModelComparisonResult Properties

 

Namespace:   Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Properties

Name Description
System_CAPS_pubproperty ElementGroupsEqual

List of element groups that are equal

System_CAPS_pubproperty 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.

System_CAPS_pubproperty ElementsComposingChildrenChanged

List of elements changed because of composed children are changed.

System_CAPS_pubproperty ElementsEqual

List of elements that have no changes

System_CAPS_pubproperty ElementsHierarchicalChildrenChanged

List of elements changed because of hierarchical dhildren are changed.

System_CAPS_pubproperty ElementsPropertyChanged

List of elements changed because of properties are changed.

System_CAPS_pubproperty ElementsRelationshipEntryChanged

List of elements changed because of relationship entries are added or dropped

System_CAPS_pubproperty ElementsToAdd

List of elements exists in source, does not exist in target

System_CAPS_pubproperty ElementsToDrop

List of elements exists in target, does not exist in source

System_CAPS_pubproperty IsEqual

If compared elements are equal

See Also

ModelComparisonResult Class
Microsoft.SqlServer.Dac.Deployment Namespace

Return to top