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


IScriptSourcedModelElement.GetRelationshipEntrySources - метод

Возвращает коллекцию сведений об источнике по заданному отношению.

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

Синтаксис

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

Параметры

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

Тип: System.Collections.Generic.ICollection<ISourceInformation>
Коллекция элементов сведений об источнике.

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

См. также

Ссылки

IScriptSourcedModelElement Интерфейс

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

IModelRelationshipEntry