ModelComparisonResult.ElementsChanged Property

Definition

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.

public System.Collections.Generic.IDictionary<Microsoft.SqlServer.Dac.Model.TSqlObject,Microsoft.SqlServer.Dac.Deployment.ModelComparisonChangeDefinition> ElementsChanged { get; }
member this.ElementsChanged : System.Collections.Generic.IDictionary<Microsoft.SqlServer.Dac.Model.TSqlObject, Microsoft.SqlServer.Dac.Deployment.ModelComparisonChangeDefinition>
Public ReadOnly Property ElementsChanged As IDictionary(Of TSqlObject, ModelComparisonChangeDefinition)

Property Value

Applies to