Freigeben über


IModelAnnotation.GetRelationshipEntries-Methode

Gibt eine Liste der Beziehungseinträge zurück, an die diese Anmerkung angefügt ist.

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

Syntax

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

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IModelAnnotation Schnittstelle

Microsoft.Data.Schema.SchemaModel-Namespace

IModelRelationshipEntry