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
- element
Typ: Microsoft.Data.Schema.SchemaModel.IModelElement
Prvek, jehož načtení informací o zdroji.
Vrácená hodnota
Typ: System.Collections.Generic.ICollection<ISourceInformation>
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.