Поделиться через


IModelElement.GetReferencingRelationshipEntries - метод

Возвращает список записей отношений, в которых этот элемент находится в правой части.

Пространство имен:  Microsoft.Data.Schema.SchemaModel
Сборка:  Microsoft.Data.Schema (в Microsoft.Data.Schema.dll)

Синтаксис

'Декларация
Function GetReferencingRelationshipEntries As IList(Of IModelRelationshipEntry)
IList<IModelRelationshipEntry> GetReferencingRelationshipEntries()
IList<IModelRelationshipEntry^>^ GetReferencingRelationshipEntries()
abstract GetReferencingRelationshipEntries : unit -> IList<IModelRelationshipEntry> 
function GetReferencingRelationshipEntries() : IList<IModelRelationshipEntry>

Возвращаемое значение

Тип: System.Collections.Generic.IList<IModelRelationshipEntry>
Объект IList<T> типа IModelRelationshipEntry.

Безопасность платформы .NET Framework

См. также

Ссылки

IModelElement Интерфейс

Microsoft.Data.Schema.SchemaModel - пространство имен

IModelRelationshipEntry