ModelStore.CreateExternalNamedElement Method (Type, ModelIdentifier)

Creates a named external element by using the provided type and identifier.

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

Syntax

'Declaration
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

Parameters

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelElement
An external element.

.NET Framework Security

See Also

Reference

ModelStore Class

CreateExternalNamedElement Overload

Microsoft.Data.Schema.SchemaModel Namespace

IModelElement

ModelIdentifier