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
- defaultAction
Typ: Microsoft.Data.Schema.SchemaModel.Translation.ModelTranslatorAction
A ModelTranslatorAction objektu.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
ModelTranslatorMergeToAction Třída