Delen via


ModelComparisonChangeDefinition.ComposingChildrenToDrop Property

Gets a list of composing child elements that occur in the target and must be removed from the source element.

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

Syntax

'Declaration
Public ReadOnly Property ComposingChildrenToDrop As IDictionary(Of ModelRelationshipClass, List(Of IModelElement))
public IDictionary<ModelRelationshipClass, List<IModelElement>> ComposingChildrenToDrop { get; }
public:
property IDictionary<ModelRelationshipClass^, List<IModelElement^>^>^ ComposingChildrenToDrop {
    IDictionary<ModelRelationshipClass^, List<IModelElement^>^>^ get ();
}
member ComposingChildrenToDrop : IDictionary<ModelRelationshipClass, List<IModelElement>>
function get ComposingChildrenToDrop () : IDictionary<ModelRelationshipClass, List<IModelElement>>

Property Value

Type: System.Collections.Generic.IDictionary<ModelRelationshipClass, List<IModelElement>>
An IDictionary<TKey, TValue> object where each dictionary item has both the source and target IModelElement objects.

.NET Framework Security

See Also

Reference

ModelComparisonChangeDefinition Class

Microsoft.Data.Schema.SchemaModel Namespace

IModelElement

IDictionary<TKey, TValue>

RelationshipClass