Compartir a través de


DataSchemaModel.GetRelationshipEntrySources (Método)

Obtiene una lista de orígenes de entrada de la relación.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: System.Collections.Generic.ICollection<ISourceInformation>
Una interfaz IList<T> cuyo tipo es IModelRelationshipEntry.

Seguridad de .NET Framework

Vea también

Referencia

DataSchemaModel Clase

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)

IModelRelationshipEntry