SchemaModel compare result. Contains same elements list, elements needed to add to target list, elements needed to drop in target list, and changed elements list.
继承层次结构
System.Object
Microsoft.SqlServer.Dac.Deployment.ModelComparisonResult
命名空间: Microsoft.SqlServer.Dac.Deployment
程序集: Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)
语法
声明
Public NotInheritable Class ModelComparisonResult
用法
Dim instance As ModelComparisonResult
public sealed class ModelComparisonResult
public ref class ModelComparisonResult sealed
[<SealedAttribute>]
type ModelComparisonResult = class end
public final class ModelComparisonResult
ModelComparisonResult 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
ElementGroupsEqual | List of element groups that are equal |
![]() |
ElementsChanged | List of elements are changed. The result will keyed by elements in source, and it will have what are the changes together with that changed element. |
![]() |
ElementsComposingChildrenChanged | List of elements changed because of composed children are changed. |
![]() |
ElementsEqual | List of elements that have no changes |
![]() |
ElementsHierarchicalChildrenChanged | List of elements changed because of hierarchical dhildren are changed. |
![]() |
ElementsPropertyChanged | List of elements changed because of properties are changed. |
![]() |
ElementsRelationshipEntryChanged | List of elements changed because of relationship entries are added or dropped |
![]() |
ElementsToAdd | List of elements exists in source, does not exist in target |
![]() |
ElementsToDrop | List of elements exists in target, does not exist in source |
![]() |
IsEqual | If compared elements are equal |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Equals | (从 Object 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。