Share via


ModelComparisonResult.ChangeDefinition.HavingDangleRelationships Property

Returns whether source or target elements contain dangling relationship entries.

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

Syntax

'Declaration
Public ReadOnly Property HavingDangleRelationships As Boolean
    Get
'Usage
Dim instance As ModelComparisonResult..::..ChangeDefinition
Dim value As Boolean

value = instance.HavingDangleRelationships
public bool HavingDangleRelationships { get; }
public:
property bool HavingDangleRelationships {
    bool get ();
}
function get HavingDangleRelationships () : boolean
member HavingDangleRelationships : bool

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ModelComparisonResult.ChangeDefinition Class

ModelComparisonResult.ChangeDefinition Members

Microsoft.Data.Schema.SchemaModel Namespace