Compartir a través de


ModelStore.CreateElement (Método) (Type)

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
Public Function CreateElement ( _
    elementType As Type _
) As IModelElement
public IModelElement CreateElement(
    Type elementType
)
public:
IModelElement^ CreateElement(
    Type^ elementType
)
member CreateElement : 
        elementType:Type -> IModelElement 
public function CreateElement(
    elementType : Type
) : IModelElement

Parámetros

Valor devuelto

Tipo: Microsoft.Data.Schema.SchemaModel.IModelElement

Seguridad de .NET Framework

Vea también

Referencia

ModelStore Clase

CreateElement (Sobrecarga)

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)