Método DataSchemaModel.GetElementSources

Obtém as fontes de elemento para um determinado elemento.

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

Sintaxe

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

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.ICollection<ISourceInformation>
Você deve substituí-lo em uma implementação de provedor de esquema do banco de dados.

Segurança do .NET Framework

Consulte também

Referência

DataSchemaModel Classe

Namespace Microsoft.Data.Schema.SchemaModel