Freigeben über


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

Rückgabewert

Typ: System.Collections.Generic.ICollection<ISourceInformation>
Dieses muss in der Implementierung eines Datenbankschema-Anbieters überschrieben werden.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataSchemaModel Klasse

Microsoft.Data.Schema.SchemaModel-Namespace