ModelTranslator-Konstruktor

Initialisiert eine neue Instanz der ModelTranslator-Klasse mithilfe der angegebenen Definition.

Namespace:  Microsoft.Data.Schema.SchemaModel.Translation
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelTranslator Klasse

Microsoft.Data.Schema.SchemaModel.Translation-Namespace

ModelTranslatorDefinition