Freigeben über


IModelElement.GetReferencingRelationshipEntries-Methode

Gibt eine Liste der Beziehungseinträge zurück, bei denen sich dieses Element auf der rechten Seite befindet.

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

Syntax

'Declaration
Function GetReferencingRelationshipEntries As IList(Of IModelRelationshipEntry)
IList<IModelRelationshipEntry> GetReferencingRelationshipEntries()
IList<IModelRelationshipEntry^>^ GetReferencingRelationshipEntries()
abstract GetReferencingRelationshipEntries : unit -> IList<IModelRelationshipEntry> 
function GetReferencingRelationshipEntries() : IList<IModelRelationshipEntry>

Rückgabewert

Typ: System.Collections.Generic.IList<IModelRelationshipEntry>
Eine IList<T> vom Typ IModelRelationshipEntry.

.NET Framework-Sicherheit

Siehe auch

Referenz

IModelElement Schnittstelle

Microsoft.Data.Schema.SchemaModel-Namespace

IModelRelationshipEntry