Condividi tramite


Metodo SqlSchemaModel.GetElementSources

Restituisce le informazioni di origine per un particolare elemento.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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>

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlSchemaModel Classe

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel