Condividi tramite


Metodo ModelStore.CreateNamedElement (Type, ModelIdentifier)

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

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

Parametri

Valore restituito

Tipo: Microsoft.Data.Schema.SchemaModel.IModelElement

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelStore Classe

Overload CreateNamedElement

Spazio dei nomi Microsoft.Data.Schema.SchemaModel