Udostępnij za pośrednictwem


IModelRelationship.GetRelatedRelationshipEntries Method

Gets a list of the related relationship entries.

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

Syntax

'Declaration
Function GetRelatedRelationshipEntries As IList(Of IModelRelationshipEntry)
'Usage
Dim instance As IModelRelationship 
Dim returnValue As IList(Of IModelRelationshipEntry)

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

Return Value

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

.NET Framework Security

See Also

Reference

IModelRelationship Interface

IModelRelationship Members

Microsoft.Data.Schema.SchemaModel Namespace