Partager via


SqlSchemaModel.GetElementSources, méthode

Retourne les informations sources pour un élément particulier.

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

Syntaxe

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

Paramètres

Valeur de retour

Type : System.Collections.Generic.ICollection<ISourceInformation>

Sécurité .NET Framework

Voir aussi

Référence

SqlSchemaModel Classe

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms