Delen via


DropElementStep Constructor

Initializes a new instance of the DropElementStep class.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

DropElementStep Class

Microsoft.Data.Schema.Build Namespace