Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gibt die Liste mit Beziehungseintragsquellen für einen Beziehungseintrag zurück.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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>
Parameter
- relationshipEntry
Typ: Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry
Ein IModelRelationshipEntry-Objekt.
Rückgabewert
Typ: System.Collections.Generic.ICollection<ISourceInformation>
Implementiert
IScriptSourcedModelElement.GetRelationshipEntrySources(IModelRelationshipEntry)
Ausnahmen
| Ausnahme | Bedingung |
|---|---|
| ArgumentException | Dieses Element unterscheidet sich vom FromElement in der Beziehung. |
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
DataSchemaModel.ScriptSourcedModelElement Klasse