Share via


SchemaComparisonResult Class

 

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

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.Compare.SchemaComparisonResult

Syntax

public sealed class SchemaComparisonResult
public ref class SchemaComparisonResult sealed 
[<Sealed>]
type SchemaComparisonResult = class end
Public NotInheritable Class SchemaComparisonResult

Properties

Name Description
System_CAPS_pubproperty Differences

System_CAPS_pubproperty IsEqual

System_CAPS_pubproperty IsValid

System_CAPS_pubproperty SourceModel

System_CAPS_pubproperty TargetModel

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod Exclude(SchemaDifference)

System_CAPS_pubmethod GenerateScript(String)

System_CAPS_pubmethod GetErrors()

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Include(SchemaDifference)

System_CAPS_pubmethod PublishChangesToTarget()

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.SqlServer.Dac.Compare Namespace

Return to top