表示 SchemaModel 比较结果。
继承层次结构
System.Object
  Microsoft.Data.Schema.SchemaModel.ModelComparisonResult
命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)
语法
声明
Public NotInheritable Class ModelComparisonResult
public sealed class ModelComparisonResult
public ref class ModelComparisonResult sealed
[<Sealed>]
type ModelComparisonResult =  class end
public final class ModelComparisonResult
ModelComparisonResult 类型公开以下成员。
构造函数
| 名称 | 说明 | |
|---|---|---|
| .gif) | ModelComparisonResult() | 初始化 ModelComparisonResult 类的新实例。 | 
| .gif) | ModelComparisonResult(ModelComparisonResult) | 初始化 ModelComparisonResult 类的新实例。 | 
页首
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | ElementGroupsEqual | |
| .gif) | ElementsChanged | 获取已更改的元素的集合。 | 
| .gif) | ElementsComposingChildrenChanged | |
| .gif) | ElementsEqual | 获取没有更改的元素的集合。 | 
| .gif) | ElementsHierarchicalChildrenChanged | 获取因层次结构子元素更改而更改的元素的集合。 | 
| .gif) | ElementsPropertyChanged | 获取因属性更改而更改的元素的集合。 | 
| .gif) | ElementsRelationshipEntryChanged | 获取因添加或删除关系项而更改的元素的集合。 | 
| .gif) | ElementsToAdd | 获取位于源中但不位于目标中的元素的集合。 | 
| .gif) | ElementsToDrop | 获取位于目标中但不位于源中的元素的集合。 | 
| .gif) | IsEqual | 返回一个值,该值指示所比较的元素是否相等。 | 
页首
方法
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
.gif)