Share via


ModelTranslator.InstantiateTranslatedModel Method

Returns the target model as an instantiated object.

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

Syntax

'Declaration
Protected MustOverride Function InstantiateTranslatedModel ( _
    fromModel As ModelStore _
) As ModelStore
protected abstract ModelStore InstantiateTranslatedModel(
    ModelStore fromModel
)
protected:
virtual ModelStore^ InstantiateTranslatedModel(
    ModelStore^ fromModel
) abstract
abstract InstantiateTranslatedModel : 
        fromModel:ModelStore -> ModelStore 
protected abstract function InstantiateTranslatedModel(
    fromModel : ModelStore
) : ModelStore

Parameters

Return Value

Type: Microsoft.Data.Schema.SchemaModel.ModelStore
The instantiated target model object.

.NET Framework Security

See Also

Reference

ModelTranslator Class

Microsoft.Data.Schema.SchemaModel.Translation Namespace

ModelStore