Dela via


IModelAnnotation.GetRelationshipEntries Method

Returns a list of the relationship entries this annotation is attached to.

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

Syntax

'Declaration
Function GetRelationshipEntries As IList(Of IModelRelationshipEntry)
'Usage
Dim instance As IModelAnnotation 
Dim returnValue As IList(Of IModelRelationshipEntry)

returnValue = instance.GetRelationshipEntries()
IList<IModelRelationshipEntry> GetRelationshipEntries()
IList<IModelRelationshipEntry^>^ GetRelationshipEntries()
function GetRelationshipEntries() : IList<IModelRelationshipEntry>

Return Value

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

.NET Framework Security

See Also

Reference

IModelAnnotation Interface

IModelAnnotation Members

Microsoft.Data.Schema.SchemaModel Namespace