IModelRelationship.GetReferencedRelationshipEntries-Methode

Gibt die verwandten Beziehungseinträge zurück.

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

Syntax

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

Rückgabewert

Typ: System.Collections.Generic.IList<IModelRelationshipEntry>

.NET Framework-Sicherheit

Siehe auch

Referenz

IModelRelationship Schnittstelle

Microsoft.Data.Schema.SchemaModel-Namespace