ModelComparisonResult.ElementsToAdd 属性

获取位于源中但不位于目标中的元素的集合。

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

语法

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

属性值

类型:System.Collections.ObjectModel.ReadOnlyCollection<IModelElement>

.NET Framework 安全性

请参见

参考

ModelComparisonResult 类

Microsoft.Data.Schema.SchemaModel 命名空间