Sdílet prostřednictvím


SqlSchemaModel.GetElementSources – metoda

Vrací informace o zdroji pro určitý prvek.

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

Syntaxe

'Deklarace
Protected Overrides Function GetElementSources ( _
    element As IModelElement _
) As ICollection(Of ISourceInformation)
protected override ICollection<ISourceInformation> GetElementSources(
    IModelElement element
)
protected:
virtual ICollection<ISourceInformation^>^ GetElementSources(
    IModelElement^ element
) override
abstract GetElementSources : 
        element:IModelElement -> ICollection<ISourceInformation> 
override GetElementSources : 
        element:IModelElement -> ICollection<ISourceInformation> 
protected override function GetElementSources(
    element : IModelElement
) : 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ů