Sdílet prostřednictvím


SqlSchemaModel.GetRelationshipEntrySources – metoda

Vrátí informace o zdroji, zejména vztah položky.

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

Syntaxe

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

Parametry

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlSchemaModel Třída

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