Compartir a través de


ModelStore.CreateExternalNamedElement (Método) (Type, ModelIdentifier)

Crea un elemento externo con nombre utilizando el tipo 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 ( _
    elementType As Type, _
    identifier As ModelIdentifier _
) As IModelElement
protected internal IModelElement CreateExternalNamedElement(
    Type elementType,
    ModelIdentifier identifier
)
protected public:
IModelElement^ CreateExternalNamedElement(
    Type^ elementType, 
    ModelIdentifier^ identifier
)
member CreateExternalNamedElement : 
        elementType:Type * 
        identifier:ModelIdentifier -> IModelElement 
 function CreateExternalNamedElement(
    elementType : Type, 
    identifier : ModelIdentifier
) : IModelElement

Parámetros

Valor devuelto

Tipo: Microsoft.Data.Schema.SchemaModel.IModelElement
Un elemento externo.

Seguridad de .NET Framework

Vea también

Referencia

ModelStore Clase

CreateExternalNamedElement (Sobrecarga)

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

IModelElement

ModelIdentifier