Método IScriptSourcedModelElement.GetRelationshipEntrySources

Retorna uma coleção de informações de origem sobre a relação determinada.

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

Sintaxe

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

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.ICollection<ISourceInformation>
Uma coleção de itens de informações de origem.

Segurança do .NET Framework

Consulte também

Referência

IScriptSourcedModelElement Interface

Namespace Microsoft.Data.Schema.SchemaModel

IModelRelationshipEntry