Share via


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

Syntax

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

Properties

Name Description
System_CAPS_pubproperty Children

System_CAPS_pubproperty DifferenceType

System_CAPS_pubproperty Included

System_CAPS_pubproperty IsExcludable

System_CAPS_pubproperty Name

System_CAPS_pubproperty Parent

System_CAPS_pubproperty SourceObject

System_CAPS_pubproperty TargetObject

System_CAPS_pubproperty UpdateAction

Methods

Name Description
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 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