Delen via


CreateElementStep Constructor

Initializes a new instance of the CreateElementStep class that is based on a supplied element.

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

Syntax

'Declaration
Public Sub New ( _
    newElement As IModelElement _
)
public CreateElementStep(
    IModelElement newElement
)
public:
CreateElementStep(
    IModelElement^ newElement
)
new : 
        newElement:IModelElement -> CreateElementStep
public function CreateElementStep(
    newElement : IModelElement
)

Parameters

.NET Framework Security

See Also

Reference

CreateElementStep Class

Microsoft.Data.Schema.Build Namespace