Sdílet prostřednictvím


ModelTranslatorDefinition – konstruktor

Inicializuje novou instanci ModelTranslatorDefinition třídy pomocí poskytnutého ModelSchema objektů.

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

Syntaxe

'Deklarace
Public Sub New ( _
    from As ModelSchema, _
    to As ModelSchema _
)
public ModelTranslatorDefinition(
    ModelSchema from,
    ModelSchema to
)
public:
ModelTranslatorDefinition(
    ModelSchema^ from, 
    ModelSchema^ to
)
new : 
        from:ModelSchema * 
        to:ModelSchema -> ModelTranslatorDefinition
public function ModelTranslatorDefinition(
    from : ModelSchema, 
    to : ModelSchema
)

Parametry

Výjimky

Výjimka Podmínka
ArgumentNullException

Jedna nebo obě hodnoty parametru je nullodkaz Null (Nothing v jazyce Visual Basic).

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelTranslatorDefinition Třída

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

ModelSchema