Share via


IScriptSourcedElement.GetRelationshipEntrySources Method

Returns the list of relationship entry sources for a relationship entry.

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

Syntax

'Declaration
Function GetRelationshipEntrySources ( _
    relationshipEntry As IModelRelationshipEntry _
) As IList(Of RelationshipEntrySource)
'Usage
Dim instance As IScriptSourcedElement
Dim relationshipEntry As IModelRelationshipEntry
Dim returnValue As IList(Of RelationshipEntrySource)

returnValue = instance.GetRelationshipEntrySources(relationshipEntry)
IList<RelationshipEntrySource> GetRelationshipEntrySources(
    IModelRelationshipEntry relationshipEntry
)
IList<RelationshipEntrySource^>^ GetRelationshipEntrySources(
    IModelRelationshipEntry^ relationshipEntry
)
function GetRelationshipEntrySources(
    relationshipEntry : IModelRelationshipEntry
) : IList<RelationshipEntrySource>
abstract GetRelationshipEntrySources : 
        relationshipEntry:IModelRelationshipEntry -> IList<RelationshipEntrySource> 

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

IScriptSourcedElement Interface

IScriptSourcedElement Members

Microsoft.Data.Schema.SchemaModel Namespace