共用方式為


ModelComparisonChangeDefinition.RelationshipEntriesToDrop 屬性

取得必須從目標項目中刪除之關聯性項目的清單。

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

語法

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

屬性值

型別:System.Collections.Generic.IList<IModelRelationshipEntry>
型別為 IModelRelationshipEntryIList<T>

.NET Framework 安全性

請參閱

參考

ModelComparisonChangeDefinition 類別

Microsoft.Data.Schema.SchemaModel 命名空間

IModelRelationshipEntry