Método SqlSchemaModel.GetElementSources

Retorna as informações de origem para um determinado elemento.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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>

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

SqlSchemaModel Classe

Namespace Microsoft.Data.Schema.Sql.SchemaModel