Share via


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

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod SchemaComparison(SchemaCompareEndpoint, SchemaCompareEndpoint)

System_CAPS_pubmethod SchemaComparison(String)

Properties

Name Description
System_CAPS_pubproperty ExcludedSourceObjects

System_CAPS_pubproperty ExcludedTargetObjects

System_CAPS_pubproperty Options

System_CAPS_pubproperty Source

System_CAPS_pubproperty Target

Methods

Name Description
System_CAPS_pubmethod Compare()

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod SaveToFile(String, Boolean)

System_CAPS_pubmethod SaveToStream(Stream)

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