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 | |
---|---|---|
TargetObject | Gets the target object of the change definition |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.