Partager via


DataSchemaModel.GetElementSources, méthode

Obtient les sources d'élément pour un élément particulier.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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>

Paramètres

Valeur de retour

Type : System.Collections.Generic.ICollection<ISourceInformation>
Vous devez substituer ceci dans une implémentation de fournisseur de schémas de base de données.

Sécurité .NET Framework

Voir aussi

Référence

DataSchemaModel Classe

Microsoft.Data.Schema.SchemaModel, espace de noms