ModelComparisonResult.ElementsEqual 属性

获取没有更改的元素的集合。

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public ReadOnly Property ElementsEqual As IDictionary(Of IModelElement, IModelElement)
    Get
public IDictionary<IModelElement, IModelElement> ElementsEqual { get; }
public:
property IDictionary<IModelElement^, IModelElement^>^ ElementsEqual {
    IDictionary<IModelElement^, IModelElement^>^ get ();
}
member ElementsEqual : IDictionary<IModelElement, IModelElement>
function get ElementsEqual () : IDictionary<IModelElement, IModelElement>

属性值

类型:System.Collections.Generic.IDictionary<IModelElement, IModelElement>

.NET Framework 安全性

请参见

参考

ModelComparisonResult 类

Microsoft.Data.Schema.SchemaModel 命名空间