Delen via


ModelComparisonChangeDefinition.DangleRelationshipsFromSource Property

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

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ModelComparisonChangeDefinition Class

Microsoft.Data.Schema.SchemaModel Namespace

IList<T>

IModelRelationshipEntry

RelationshipClass