SqlSchemaModel.GetRelationshipEntrySources Method

This member overrides DataSchemaModel.GetRelationshipEntrySources(IModelRelationshipEntry).

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

Syntax

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

returnValue = Me.GetRelationshipEntrySources(relationshipEntry)
protected override IList<RelationshipEntrySource> GetRelationshipEntrySources(
    IModelRelationshipEntry relationshipEntry
)
protected:
virtual IList<RelationshipEntrySource^>^ GetRelationshipEntrySources(
    IModelRelationshipEntry^ relationshipEntry
) override
protected override function GetRelationshipEntrySources(
    relationshipEntry : IModelRelationshipEntry
) : IList<RelationshipEntrySource>
abstract GetRelationshipEntrySources : 
        relationshipEntry:IModelRelationshipEntry -> IList<RelationshipEntrySource> 
override GetRelationshipEntrySources : 
        relationshipEntry:IModelRelationshipEntry -> IList<RelationshipEntrySource> 

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

SqlSchemaModel Class

SqlSchemaModel Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace