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>
Параметры
- relationshipEntry
Тип: Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry
Объект IModelRelationshipEntry.
Возвращаемое значение
Тип: System.Collections.Generic.ICollection<ISourceInformation>
Реализации
IScriptSourcedModelElement.GetRelationshipEntrySources(IModelRelationshipEntry)
Исключения
Исключение | Условие |
---|---|
ArgumentException | В связях данный элемент отличается от FromElement. |
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.
См. также
Ссылки
DataSchemaModel.ScriptSourcedModelElement Класс