Compartir a través de


SqlSchemaModel.GetElementSources (Método)

Devuelve la información de origen para un elemento determinado.

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

Sintaxis

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

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

Seguridad de .NET Framework

Vea también

Referencia

SqlSchemaModel Clase

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