SchemaComparisonResult.GetErrors Method
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.
Provides an enumeration of errors that prevent successful schema compare operations.
public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Dac.Compare.DacSchemaComparisonMessage> GetErrors ();
member this.GetErrors : unit -> seq<Microsoft.SqlServer.Dac.Compare.DacSchemaComparisonMessage>
Public Function GetErrors () As IEnumerable(Of DacSchemaComparisonMessage)
Public Iterator Function GetErrors () As IEnumerable(Of DacSchemaComparisonMessage)