Sdílet prostřednictvím


ModelTranslator – konstruktor

Inicializuje novou instanci ModelTranslator třídy pomocí poskytnutého definice.

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

Syntaxe

'Deklarace
Protected Sub New ( _
    definition As ModelTranslatorDefinition _
)
protected ModelTranslator(
    ModelTranslatorDefinition definition
)
protected:
ModelTranslator(
    ModelTranslatorDefinition^ definition
)
new : 
        definition:ModelTranslatorDefinition -> ModelTranslator
protected function ModelTranslator(
    definition : ModelTranslatorDefinition
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelTranslator Třída

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

ModelTranslatorDefinition