IScriptSourcedModelElement.GetRelationshipEntrySources Method

Returns a collection of source information about the given relationship.

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

Syntax

'Declaration
Function GetRelationshipEntrySources ( _
    relationshipEntry As IModelRelationshipEntry _
) As ICollection(Of ISourceInformation)
ICollection<ISourceInformation> GetRelationshipEntrySources(
    IModelRelationshipEntry relationshipEntry
)
ICollection<ISourceInformation^>^ GetRelationshipEntrySources(
    IModelRelationshipEntry^ relationshipEntry
)
abstract GetRelationshipEntrySources : 
        relationshipEntry:IModelRelationshipEntry -> ICollection<ISourceInformation> 
function GetRelationshipEntrySources(
    relationshipEntry : IModelRelationshipEntry
) : ICollection<ISourceInformation>

Parameters

Return Value

Type: System.Collections.Generic.ICollection<ISourceInformation>
A collection of source information items.

.NET Framework Security

See Also

Reference

IScriptSourcedModelElement Interface

Microsoft.Data.Schema.SchemaModel Namespace

IModelRelationshipEntry