Поделиться через


ModelAnnotation.GetRelationshipEntries Method

Returns the relationship entries to which this annotation is attached.

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>

Return Value

Type: System.Collections.Generic.IList<IModelRelationshipEntry>
The list of relationship entry objects.

Implements

IModelAnnotation.GetRelationshipEntries()

.NET Framework Security

See Also

Reference

ModelAnnotation Class

Microsoft.Data.Schema.SchemaModel Namespace

IModelElement