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
- toClass
Type: Microsoft.Data.Schema.SchemaModel.ElementClass
The element class
.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.