Share via


DataSchemaModel.ScriptSourcedModelElement.GetRelationshipEntrySources Method

Returns a 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
Public Function GetRelationshipEntrySources ( _
    relationshipEntry As IModelRelationshipEntry _
) As ICollection(Of ISourceInformation)
public ICollection<ISourceInformation> GetRelationshipEntrySources(
    IModelRelationshipEntry relationshipEntry
)
public:
virtual ICollection<ISourceInformation^>^ GetRelationshipEntrySources(
    IModelRelationshipEntry^ relationshipEntry
) sealed
abstract GetRelationshipEntrySources : 
        relationshipEntry:IModelRelationshipEntry -> ICollection<ISourceInformation> 
override GetRelationshipEntrySources : 
        relationshipEntry:IModelRelationshipEntry -> ICollection<ISourceInformation> 
public final function GetRelationshipEntrySources(
    relationshipEntry : IModelRelationshipEntry
) : ICollection<ISourceInformation>

Parameters

Return Value

Type: System.Collections.Generic.ICollection<ISourceInformation>

Implements

IScriptSourcedModelElement.GetRelationshipEntrySources(IModelRelationshipEntry)

Exceptions

Exception Condition
ArgumentException

This element differs from the FromElement in the relationship.

.NET Framework Security

See Also

Reference

DataSchemaModel.ScriptSourcedModelElement Class

Microsoft.Data.Schema.SchemaModel Namespace

IModelRelationshipEntry