Compartilhar via


Método DataSchemaModel.ScriptSourcedModelElement.GetRelationshipEntrySources

Retorna uma lista de relação de fontes de entrada para uma entrada de relacionamento.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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>

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.ICollection<ISourceInformation>

Implementações

IScriptSourcedModelElement.GetRelationshipEntrySources(IModelRelationshipEntry)

Exceções

Exceção Condição
ArgumentException

Este elemento difere do FromElement no relacionamento.

Segurança do .NET Framework

Consulte também

Referência

DataSchemaModel.ScriptSourcedModelElement Classe

Namespace Microsoft.Data.Schema.SchemaModel

IModelRelationshipEntry