SchemaComparisonResult.Differences Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A tree that contains results of schema comparison of source and target endpoints.
public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Dac.Compare.SchemaDifference> Differences { get; }
member this.Differences : seq<Microsoft.SqlServer.Dac.Compare.SchemaDifference>
Public ReadOnly Property Differences As IEnumerable(Of SchemaDifference)