共用方式為


ModelComparisonChangeDefinition.HavingDangleRelationships 屬性

取得值,這個值表示參與項目之間是否有一個或多個關聯性失去連接。

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

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

屬性值

型別:System.Boolean
如果有懸空的關聯性,則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

ModelComparisonChangeDefinition 類別

Microsoft.Data.Schema.SchemaModel 命名空間

RelationshipClass