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
- definition
Type: Microsoft.Data.Schema.SchemaModel.Translation.ModelTranslatorDefinition
A ModelTranslatorDefinition object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.