Share via


ModelComparisonResult.ChangeDefinition.DangleRelationshipsFromSource Property

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

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

Syntax

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

value = instance.DangleRelationshipsFromSource
public IList<IModelRelationshipEntry> DangleRelationshipsFromSource { get; }
public:
property IList<IModelRelationshipEntry^>^ DangleRelationshipsFromSource {
    IList<IModelRelationshipEntry^>^ get ();
}
function get DangleRelationshipsFromSource () : IList<IModelRelationshipEntry>
member DangleRelationshipsFromSource : 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