DemoteToAction Constructor

Initializes a new instance of the DemoteToAction class.

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

Syntax

'Declaration
Public Sub New ( _
    toClass As ElementClass _
)
'Usage
Dim toClass As ElementClass

Dim instance As New DemoteToAction(toClass)
public DemoteToAction(
    ElementClass toClass
)
public:
DemoteToAction(
    ElementClass^ toClass
)
public function DemoteToAction(
    toClass : ElementClass
)
new : 
        toClass:ElementClass -> DemoteToAction

Parameters

.NET Framework Security

See Also

Reference

DemoteToAction Class

DemoteToAction Members

Microsoft.Data.Schema.SchemaModel Namespace