MergeToAction Constructor
Initializes a new instance of the MergeToAction class.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub New ( _
defaultAction As ModelTranslatorAction _
)
'Usage
Dim defaultAction As ModelTranslatorAction
Dim instance As New MergeToAction(defaultAction)
public MergeToAction(
ModelTranslatorAction defaultAction
)
public:
MergeToAction(
ModelTranslatorAction^ defaultAction
)
public function MergeToAction(
defaultAction : ModelTranslatorAction
)
new :
defaultAction:ModelTranslatorAction -> MergeToAction
Parameters
- defaultAction
Type: Microsoft.Data.Schema.SchemaModel.ModelTranslatorAction
The default action
.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.