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
- newElement
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
The supplied element.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.