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
- relationshipEntry
Type: Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry
An IModelRelationshipEntry object.
Return Value
Type: System.Collections.Generic.ICollection<ISourceInformation>
A collection of source information items.
.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.
See Also
Reference
IScriptSourcedModelElement Interface