Sdílet prostřednictvím


ModelTranslatorDefinition.AddAction – metoda

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

Syntaxe

'Deklarace
Public Sub AddAction ( _
    fromClass As ModelElementClass, _
    action As ModelTranslatorAction _
)
public void AddAction(
    ModelElementClass fromClass,
    ModelTranslatorAction action
)
public:
void AddAction(
    ModelElementClass^ fromClass, 
    ModelTranslatorAction^ action
)
member AddAction : 
        fromClass:ModelElementClass * 
        action:ModelTranslatorAction -> unit 
public function AddAction(
    fromClass : ModelElementClass, 
    action : ModelTranslatorAction
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelTranslatorDefinition Třída

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