Freigeben über


IScriptSourcedModelElement.GetRelationshipEntrySources-Methode

Gibt eine Auflistung von Quellinformationen zur angegebenen Beziehung zurück.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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>

Parameter

Rückgabewert

Typ: System.Collections.Generic.ICollection<ISourceInformation>
Eine Auflistung von Quellinformationselementen.

.NET Framework-Sicherheit

Siehe auch

Referenz

IScriptSourcedModelElement Schnittstelle

Microsoft.Data.Schema.SchemaModel-Namespace

IModelRelationshipEntry