Compartir a través de


ModelStore.CreateExternalNamedElement<TElement> (Método) (ModelIdentifier)

Crea un elemento externo con nombre del tipo especificado utilizando el objeto de metadatos del elemento y el identificador proporcionados.

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

Sintaxis

'Declaración
Protected Friend Function CreateExternalNamedElement(Of TElement As IModelElement) ( _
    identifier As ModelIdentifier _
) As TElement
protected internal TElement CreateExternalNamedElement<TElement>(
    ModelIdentifier identifier
)
where TElement : IModelElement
protected public:
generic<typename TElement>
where TElement : IModelElement
TElement CreateExternalNamedElement(
    ModelIdentifier^ identifier
)
member CreateExternalNamedElement : 
        identifier:ModelIdentifier -> 'TElement  when 'TElement : IModelElement
JScript no admite el uso de métodos ni tipos genéricos.

Parámetros de tipo

Parámetros

Valor devuelto

Tipo: TElement
Un elemento externo.

Seguridad de .NET Framework

Vea también

Referencia

ModelStore Clase

CreateExternalNamedElement (Sobrecarga)

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

IModelElement

ModelElementClass

ModelIdentifier