Share via


ModelTranslator Constructor

Initializes a new instance of the ModelTranslator class by using the provided 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
)

Parameters

.NET Framework Security

See Also

Reference

ModelTranslator Class

Microsoft.Data.Schema.SchemaModel.Translation Namespace

ModelTranslatorDefinition