Partager via


IScriptSourcedModelElement.GetRelationshipEntrySources, méthode

Retourne une collection d'informations de source sur la relation donnée.

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

Syntaxe

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

Paramètres

Valeur de retour

Type : System.Collections.Generic.ICollection<ISourceInformation>
Collection d'éléments d'informations de source.

Sécurité .NET Framework

Voir aussi

Référence

IScriptSourcedModelElement Interface

Microsoft.Data.Schema.SchemaModel, espace de noms

IModelRelationshipEntry