Freigeben über


ModelAnnotation.GetRelationshipEntries-Methode

Gibt die 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
Public Function GetRelationshipEntries As IList(Of IModelRelationshipEntry)
public IList<IModelRelationshipEntry> GetRelationshipEntries()
public:
virtual IList<IModelRelationshipEntry^>^ GetRelationshipEntries() sealed
abstract GetRelationshipEntries : unit -> IList<IModelRelationshipEntry> 
override GetRelationshipEntries : unit -> IList<IModelRelationshipEntry> 
public final function GetRelationshipEntries() : IList<IModelRelationshipEntry>

Rückgabewert

Typ: System.Collections.Generic.IList<IModelRelationshipEntry>
Die Liste der Beziehungseintragsobjekte.

Implementiert

IModelAnnotation.GetRelationshipEntries()

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelAnnotation Klasse

Microsoft.Data.Schema.SchemaModel-Namespace

IModelElement