ChangeResult Class
Represents the differences between two object model graphs.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | CreatedObjects | Gets a collection of the new objects on the target graph that doesn’t exist on the source graph. |
![]() | DeletedObjects | Gets a collection of the objects on the source graph that doesn’t exist on the target graph. |
![]() | SourceModifiedObjects | Gets a collection of ObjectDifferences corresponding to source graph elements. |
![]() | TargetModifiedObjects | Gets a collection of ObjectDifferences corresponding to target graph elements. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsEmpty() | Gets a value that indicates whether the change result does not contain any changes. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


