ModelStore.CreateNamedElement Method (Type, ModelIdentifier)

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

Syntax

'Declaration
Public Function CreateNamedElement ( _
    elementType As Type, _
    identifier As ModelIdentifier _
) As IModelElement
public IModelElement CreateNamedElement(
    Type elementType,
    ModelIdentifier identifier
)
public:
IModelElement^ CreateNamedElement(
    Type^ elementType, 
    ModelIdentifier^ identifier
)
member CreateNamedElement : 
        elementType:Type * 
        identifier:ModelIdentifier -> IModelElement 
public function CreateNamedElement(
    elementType : Type, 
    identifier : ModelIdentifier
) : IModelElement

Parameters

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelElement

.NET Framework Security

See Also

Reference

ModelStore Class

CreateNamedElement Overload

Microsoft.Data.Schema.SchemaModel Namespace