Sdílet prostřednictvím


IScriptSourcedModelElement.GetRelationshipEntrySources – metoda

Vrátí kolekci zdroje informací o dané relace.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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>

Parametry

Vrácená hodnota

Typ: System.Collections.Generic.ICollection<ISourceInformation>
Kolekce položek zdroje informací.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IScriptSourcedModelElement Rozhraní

Microsoft.Data.Schema.SchemaModel – obor názvů

IModelRelationshipEntry