ModelTranslatorMergeToAction Constructor
Initializes a new instance of the ModelTranslatorMergeToAction class by using the provided default action.
Namespace: Microsoft.Data.Schema.SchemaModel.Translation
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub New ( _
defaultAction As ModelTranslatorAction _
)
public ModelTranslatorMergeToAction(
ModelTranslatorAction defaultAction
)
public:
ModelTranslatorMergeToAction(
ModelTranslatorAction^ defaultAction
)
new :
defaultAction:ModelTranslatorAction -> ModelTranslatorMergeToAction
public function ModelTranslatorMergeToAction(
defaultAction : ModelTranslatorAction
)
Parameters
- defaultAction
Type: Microsoft.Data.Schema.SchemaModel.Translation.ModelTranslatorAction
A ModelTranslatorAction object.
.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.
See Also
Reference
ModelTranslatorMergeToAction Class