Sdílet prostřednictvím


ModelTranslatorMergeToAction – konstruktor

Inicializuje novou instanci ModelTranslatorMergeToAction třídy pomocí zadané výchozí akce.

Obor názvů:  Microsoft.Data.Schema.SchemaModel.Translation
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    defaultAction As ModelTranslatorAction _
)
public ModelTranslatorMergeToAction(
    ModelTranslatorAction defaultAction
)
public:
ModelTranslatorMergeToAction(
    ModelTranslatorAction^ defaultAction
)
new : 
        defaultAction:ModelTranslatorAction -> ModelTranslatorMergeToAction
public function ModelTranslatorMergeToAction(
    defaultAction : ModelTranslatorAction
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelTranslatorMergeToAction Třída

Microsoft.Data.Schema.SchemaModel.Translation – obor názvů

ModelTranslatorAction