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 命名空间