共用方式為


IModelElement.GetReferencedDanglingRelationshipEntries 方法

傳回關聯性項目的清單,其中,這個項目位於關聯性的左邊,而關聯性的右邊沒有項目,或是右邊的項目不存在於模型中。

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

語法

'宣告
Function GetReferencedDanglingRelationshipEntries As IList(Of IModelRelationshipEntry)
IList<IModelRelationshipEntry> GetReferencedDanglingRelationshipEntries()
IList<IModelRelationshipEntry^>^ GetReferencedDanglingRelationshipEntries()
abstract GetReferencedDanglingRelationshipEntries : unit -> IList<IModelRelationshipEntry> 
function GetReferencedDanglingRelationshipEntries() : IList<IModelRelationshipEntry>

傳回值

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

.NET Framework 安全性

請參閱

參考

IModelElement 介面

Microsoft.Data.Schema.SchemaModel 命名空間