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
- element
Typ: Microsoft.Data.Schema.SchemaModel.IModelElement
IModelElement Jehož zdroje, který chcete načíst.
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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.