Bagikan melalui


ModelComparisonChangeDefinition.HierarchicalChildrenToDrop Property

Gets a list of relationship metadata objects and their corresponding target hierarchical child elements that will be dropped from the element.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property HierarchicalChildrenToDrop As IDictionary(Of ModelRelationshipClass, List(Of IModelElement))
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>>

Property Value

Type: System.Collections.Generic.IDictionary<ModelRelationshipClass, List<IModelElement>>
An IDictionary<TKey, TValue> object that has a RelationshipClass object and its corresponding IModelElement object that will be dropped.

.NET Framework Security

See Also

Reference

ModelComparisonChangeDefinition Class

Microsoft.Data.Schema.SchemaModel Namespace

IModelElement

IDictionary<TKey, TValue>

RelationshipClass