Partager via


DataSchemaModel.GetRelationshipEntrySources, méthode

Obtient une liste des sources d'entrée de relation.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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>

Paramètres

Valeur de retour

Type : System.Collections.Generic.ICollection<ISourceInformation>
IList<T> de type IModelRelationshipEntry.

Sécurité .NET Framework

Voir aussi

Référence

DataSchemaModel Classe

Microsoft.Data.Schema.SchemaModel, espace de noms

IModelRelationshipEntry