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


DataSchemaModel.ScriptSourcedModelElement.GetRelationshipEntrySources - метод

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

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

Синтаксис

'Декларация
Public Function GetRelationshipEntrySources ( _
    relationshipEntry As IModelRelationshipEntry _
) As ICollection(Of ISourceInformation)
public ICollection<ISourceInformation> GetRelationshipEntrySources(
    IModelRelationshipEntry relationshipEntry
)
public:
virtual ICollection<ISourceInformation^>^ GetRelationshipEntrySources(
    IModelRelationshipEntry^ relationshipEntry
) sealed
abstract GetRelationshipEntrySources : 
        relationshipEntry:IModelRelationshipEntry -> ICollection<ISourceInformation> 
override GetRelationshipEntrySources : 
        relationshipEntry:IModelRelationshipEntry -> ICollection<ISourceInformation> 
public final function GetRelationshipEntrySources(
    relationshipEntry : IModelRelationshipEntry
) : ICollection<ISourceInformation>

Параметры

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

Тип: System.Collections.Generic.ICollection<ISourceInformation>

Реализации

IScriptSourcedModelElement.GetRelationshipEntrySources(IModelRelationshipEntry)

Исключения

Исключение Условие
ArgumentException

В связях данный элемент отличается от FromElement.

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

См. также

Ссылки

DataSchemaModel.ScriptSourcedModelElement Класс

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

IModelRelationshipEntry