Freigeben über


ModelStore.CreateElement-Methode (Type)

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

Syntax

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

Parameter

Rückgabewert

Typ: Microsoft.Data.Schema.SchemaModel.IModelElement

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelStore Klasse

CreateElement-Überladung

Microsoft.Data.Schema.SchemaModel-Namespace