Delen via


ModelComparisonChangeDefinition.DangleRelationshipsFromTarget Property

Disconnects the relating element from the related element in a relationship.

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

Syntax

'Declaration
Public ReadOnly Property DangleRelationshipsFromTarget As IList(Of IModelRelationshipEntry)
public IList<IModelRelationshipEntry> DangleRelationshipsFromTarget { get; }
public:
property IList<IModelRelationshipEntry^>^ DangleRelationshipsFromTarget {
    IList<IModelRelationshipEntry^>^ get ();
}
member DangleRelationshipsFromTarget : IList<IModelRelationshipEntry>
function get DangleRelationshipsFromTarget () : IList<IModelRelationshipEntry>

Property Value

Type: System.Collections.Generic.IList<IModelRelationshipEntry>
An IList<T> of type IModelRelationshipEntry object.

.NET Framework Security

See Also

Reference

ModelComparisonChangeDefinition Class

Microsoft.Data.Schema.SchemaModel Namespace

IModelRelationshipEntry

RelationshipClass