ModelComparisonResult 类

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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Dac.Deployment 命名空间