ModelComparisonChangeDefinition Class

Contains change details for a TSqlObject. Including changed properties, added/dropped/ordinal changed relationship entries, added/dropped/changed/ordinal changed composing children and added/dropped/changed/ordinal changed hierarchical children.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.Deployment.ModelComparisonChangeDefinition

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

Syntax

'Declaration
Public Class ModelComparisonChangeDefinition
'Usage
Dim instance As ModelComparisonChangeDefinition
public class ModelComparisonChangeDefinition
public ref class ModelComparisonChangeDefinition
type ModelComparisonChangeDefinition =  class end
public class ModelComparisonChangeDefinition

The ModelComparisonChangeDefinition type exposes the following members.

Properties

  Name Description
Public property TargetObject Gets the target object of the change definition

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

Microsoft.SqlServer.Dac.Deployment Namespace