Partager via


DataSchemaModel.ScriptSourcedModelElement.GetRelationshipEntrySources, méthode

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

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

Syntaxe

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

Paramètres

Valeur de retour

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

Implémentations

IScriptSourcedModelElement.GetRelationshipEntrySources(IModelRelationshipEntry)

Exceptions

Exception Condition
ArgumentException

Cet élément diffère de la propriété FromElement dans la relation.

Sécurité .NET Framework

Voir aussi

Référence

DataSchemaModel.ScriptSourcedModelElement Classe

Microsoft.Data.Schema.SchemaModel, espace de noms

IModelRelationshipEntry