DataSchemaModel.GetElementSources (Método)

Obtiene los orígenes de un elemento concreto.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: System.Collections.Generic.ICollection<ISourceInformation>
Debe invalidar esto en una implementación del proveedor de esquema de base de datos.

Seguridad de .NET Framework

Vea también

Referencia

DataSchemaModel Clase

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)