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
- relationshipEntry
Type : Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry
Objet IModelRelationshipEntry.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DataSchemaModel.ScriptSourcedModelElement Classe