Sdílet prostřednictvím


DataSchemaModel.GetRelationshipEntrySources – metoda

Získá seznam vztah položky zdrojů.

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

Syntaxe

'Deklarace
Protected MustOverride Function GetRelationshipEntrySources ( _
    relationshipEntry As IModelRelationshipEntry _
) As ICollection(Of ISourceInformation)
protected abstract ICollection<ISourceInformation> GetRelationshipEntrySources(
    IModelRelationshipEntry relationshipEntry
)
protected:
virtual ICollection<ISourceInformation^>^ GetRelationshipEntrySources(
    IModelRelationshipEntry^ relationshipEntry
) abstract
abstract GetRelationshipEntrySources : 
        relationshipEntry:IModelRelationshipEntry -> ICollection<ISourceInformation> 
protected abstract function GetRelationshipEntrySources(
    relationshipEntry : IModelRelationshipEntry
) : ICollection<ISourceInformation>

Parametry

Vrácená hodnota

Typ: System.Collections.Generic.ICollection<ISourceInformation>
An IList<T> of type IModelRelationshipEntry.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DataSchemaModel Třída

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

IModelRelationshipEntry