PromoteToAction Constructor

Initializes a new instance of the PromoteToAction 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 PromoteToAction(toClass)
public PromoteToAction(
    ElementClass toClass
)
public:
PromoteToAction(
    ElementClass^ toClass
)
public function PromoteToAction(
    toClass : ElementClass
)
new : 
        toClass:ElementClass -> PromoteToAction

Parameters

.NET Framework Security

See Also

Reference

PromoteToAction Class

PromoteToAction Members

Microsoft.Data.Schema.SchemaModel Namespace