ModelTranslatorDemoteToAction Constructor
Namespace: Microsoft.Data.Schema.SchemaModel.Translation
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub New ( _
toClass As ModelElementClass _
)
public ModelTranslatorDemoteToAction(
ModelElementClass toClass
)
public:
ModelTranslatorDemoteToAction(
ModelElementClass^ toClass
)
new :
toClass:ModelElementClass -> ModelTranslatorDemoteToAction
public function ModelTranslatorDemoteToAction(
toClass : ModelElementClass
)
Parameters
- toClass
Type: Microsoft.Data.Schema.SchemaModel.ModelElementClass
.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.