Sdílet prostřednictvím


DataSchemaModel.GetElementSources – metoda

Získá prvek zdrojů pro určitý prvek.

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

Syntaxe

'Deklarace
Protected MustOverride Function GetElementSources ( _
    element As IModelElement _
) As ICollection(Of ISourceInformation)
protected abstract ICollection<ISourceInformation> GetElementSources(
    IModelElement element
)
protected:
virtual ICollection<ISourceInformation^>^ GetElementSources(
    IModelElement^ element
) abstract
abstract GetElementSources : 
        element:IModelElement -> ICollection<ISourceInformation> 
protected abstract function GetElementSources(
    element : IModelElement
) : ICollection<ISourceInformation>

Parametry

Vrácená hodnota

Typ: System.Collections.Generic.ICollection<ISourceInformation>
Je nutné přepsat při implementaci zprostředkovatele schématu databáze.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DataSchemaModel Třída

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