Sdílet prostřednictvím


DataSchemaModel.ScriptSourcedModelElement.GetRelationshipEntrySources – metoda

Vrátí seznam vztah položky zdrojů vztah položky.

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

Syntaxe

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

Parametry

Vrácená hodnota

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

Implementuje

IScriptSourcedModelElement.GetRelationshipEntrySources(IModelRelationshipEntry)

Výjimky

Výjimka Podmínka
ArgumentException

Tento prvek se liší od FromElement ve vztahu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DataSchemaModel.ScriptSourcedModelElement Třída

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

IModelRelationshipEntry