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