共用方式為


ModelComparisonChangeDefinition.DangleRelationshipsFromTarget 屬性

將關聯性中的主相關項目與被相關項目中斷連接。

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

語法

'宣告
Public ReadOnly Property DangleRelationshipsFromTarget As IList(Of IModelRelationshipEntry)
    Get
public IList<IModelRelationshipEntry> DangleRelationshipsFromTarget { get; }
public:
property IList<IModelRelationshipEntry^>^ DangleRelationshipsFromTarget {
    IList<IModelRelationshipEntry^>^ get ();
}
member DangleRelationshipsFromTarget : IList<IModelRelationshipEntry>
function get DangleRelationshipsFromTarget () : IList<IModelRelationshipEntry>

屬性值

型別:System.Collections.Generic.IList<IModelRelationshipEntry>
型別 IModelRelationshipEntry 物件的 IList<T>

.NET Framework 安全性

請參閱

參考

ModelComparisonChangeDefinition 類別

Microsoft.Data.Schema.SchemaModel 命名空間

IModelRelationshipEntry

RelationshipClass