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
- relationshipEntry
Type: Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry
Specifies the relationship entry
Return Value
Type: System.Collections.Generic.IList<RelationshipEntrySource>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.