Método ModelStore.CreateNamedElement (Type, ModelIdentifier)

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

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: Microsoft.Data.Schema.SchemaModel.IModelElement

Segurança do .NET Framework

Consulte também

Referência

ModelStore Classe

Sobrecargas CreateNamedElement

Namespace Microsoft.Data.Schema.SchemaModel