Share via


ModelTranslatorDefinition Constructor

Initializes a new instance of the ModelTranslatorDefinition class.

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

Syntax

'Declaration
Public Sub New ( _
    from As ModelSchema, _
    to As ModelSchema _
)
'Usage
Dim from As ModelSchema
Dim to As ModelSchema

Dim instance As New ModelTranslatorDefinition(from, to)
public ModelTranslatorDefinition(
    ModelSchema from,
    ModelSchema to
)
public:
ModelTranslatorDefinition(
    ModelSchema^ from, 
    ModelSchema^ to
)
public function ModelTranslatorDefinition(
    from : ModelSchema, 
    to : ModelSchema
)
new : 
        from:ModelSchema * 
        to:ModelSchema -> ModelTranslatorDefinition

Parameters

.NET Framework Security

See Also

Reference

ModelTranslatorDefinition Class

ModelTranslatorDefinition Members

Microsoft.Data.Schema.SchemaModel Namespace