ModelStore.CreateExternalNamedElement<TElement> Method (ModelIdentifier)

Creates a named external element of the specified type by using the provided element metadata object and identifier.

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

Syntax

'Declaration
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 does not support generic types or methods.

Type Parameters

Parameters

Return Value

Type: TElement
An external element.

.NET Framework Security

See Also

Reference

ModelStore Class

CreateExternalNamedElement Overload

Microsoft.Data.Schema.SchemaModel Namespace

IModelElement

ModelElementClass

ModelIdentifier