Delen via


ModelComparisonChangeDefinition.HavingDangleRelationships Property

Gets a value that indicates whether one or more relationships have lost connection between the participating elements.

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

Syntax

'Declaration
Public ReadOnly Property HavingDangleRelationships As Boolean
public bool HavingDangleRelationships { get; }
public:
property bool HavingDangleRelationships {
    bool get ();
}
member HavingDangleRelationships : bool
function get HavingDangleRelationships () : boolean

Property Value

Type: System.Boolean
true if there are dangling relationships; otherwise, false.

.NET Framework Security

See Also

Reference

ModelComparisonChangeDefinition Class

Microsoft.Data.Schema.SchemaModel Namespace

RelationshipClass