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


IModelElement.GetRelationships - метод

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

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

Синтаксис

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

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

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

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

См. также

Ссылки

IModelElement Интерфейс

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

IModelRelationshipEntry