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


DataSchemaModel.GetRelationshipEntrySources - метод

Получает список источников записей отношений.

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

Синтаксис

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

Параметры

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

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

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

См. также

Ссылки

DataSchemaModel Класс

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

IModelRelationshipEntry