Share via


ModelComparisonResult.ChangeDefinition.DangleRelationshipsFromTarget Property

Gets a list of dangling relationship entries for an element in the target.

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

Syntax

'Declaration
Public ReadOnly Property DangleRelationshipsFromTarget As IList(Of IModelRelationshipEntry)
    Get
'Usage
Dim instance As ModelComparisonResult..::..ChangeDefinition
Dim value As IList(Of IModelRelationshipEntry)

value = instance.DangleRelationshipsFromTarget
public IList<IModelRelationshipEntry> DangleRelationshipsFromTarget { get; }
public:
property IList<IModelRelationshipEntry^>^ DangleRelationshipsFromTarget {
    IList<IModelRelationshipEntry^>^ get ();
}
function get DangleRelationshipsFromTarget () : IList<IModelRelationshipEntry>
member DangleRelationshipsFromTarget : IList<IModelRelationshipEntry>

Property Value

Type: System.Collections.Generic.IList<IModelRelationshipEntry>

.NET Framework Security

See Also

Reference

ModelComparisonResult.ChangeDefinition Class

ModelComparisonResult.ChangeDefinition Members

Microsoft.Data.Schema.SchemaModel Namespace