DataSchemaModel.GetElementSources-Methode
Ruft die Elementquellen für ein bestimmtes Element ab.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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>
Parameter
- element
Typ: Microsoft.Data.Schema.SchemaModel.IModelElement
Das IModelElement, dessen Quellen abgerufen werden sollen.
Rückgabewert
Typ: System.Collections.Generic.ICollection<ISourceInformation>
Dieses muss in der Implementierung eines Datenbankschema-Anbieters überschrieben werden.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.