Share via


ModelTranslator.InstantiateTranslatedModel Method

Instantiates the translated model.

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

Syntax

'Declaration
Protected MustOverride Function InstantiateTranslatedModel ( _
    fromModel As ModelStore _
) As ModelStore
'Usage
Dim fromModel As ModelStore
Dim returnValue As ModelStore

returnValue = Me.InstantiateTranslatedModel(fromModel)
protected abstract ModelStore InstantiateTranslatedModel(
    ModelStore fromModel
)
protected:
virtual ModelStore^ InstantiateTranslatedModel(
    ModelStore^ fromModel
) abstract
protected abstract function InstantiateTranslatedModel(
    fromModel : ModelStore
) : ModelStore
abstract InstantiateTranslatedModel : 
        fromModel:ModelStore -> ModelStore 

Parameters

Return Value

Type: Microsoft.Data.Schema.SchemaModel.ModelStore

.NET Framework Security

See Also

Reference

ModelTranslator Class

ModelTranslator Members

Microsoft.Data.Schema.SchemaModel Namespace