Compartilhar via


Método DataSchemaModel.GetRelationshipEntrySources

Obtém uma lista de relacionamento com fontes de entrada.

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

Sintaxe

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

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.ICollection<ISourceInformation>
An IList<T> of type IModelRelationshipEntry.

Segurança do .NET Framework

Consulte também

Referência

DataSchemaModel Classe

Namespace Microsoft.Data.Schema.SchemaModel

IModelRelationshipEntry