DataSchemaModel.ScriptSourcedModelElement.GetRelationshipEntrySources-Methode

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

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

Siehe auch

Referenz

DataSchemaModel.ScriptSourcedModelElement Klasse

Microsoft.Data.Schema.SchemaModel-Namespace

IModelRelationshipEntry