ModelComparisonChangeDefinition.HierarchicalChildrenToDrop 属性

获取一个列表,其中含有关系元数据对象及其要从元素中删除的相应目标层次结构子元素。

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

语法

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

属性值

类型:System.Collections.Generic.IDictionary<ModelRelationshipClass, List<IModelElement>>
一个 IDictionary<TKey, TValue> 对象,该对象具有 RelationshipClass 对象及其要删除的相应 IModelElement 对象。

.NET Framework 安全性

请参见

参考

ModelComparisonChangeDefinition 类

Microsoft.Data.Schema.SchemaModel 命名空间

IModelElement

IDictionary<TKey, TValue>

RelationshipClass