Udostępnij za pośrednictwem


ModelStore.Annotation.GetRelationshipEntries Method

Returns the relationship entries this annotation is attached to.

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

Syntax

'Declaration
Public Function GetRelationshipEntries As IList(Of IModelRelationshipEntry)
'Usage
Dim instance As ModelStore.Annotation 
Dim returnValue As IList(Of IModelRelationshipEntry)

returnValue = instance.GetRelationshipEntries()
public IList<IModelRelationshipEntry> GetRelationshipEntries()
public:
virtual IList<IModelRelationshipEntry^>^ GetRelationshipEntries() sealed
public final function GetRelationshipEntries() : IList<IModelRelationshipEntry>

Return Value

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

Implements

IModelAnnotation.GetRelationshipEntries()

.NET Framework Security

See Also

Reference

ModelStore.Annotation Class

ModelStore.Annotation Members

Microsoft.Data.Schema.SchemaModel Namespace