Share via


ModelTranslator.InstantiateCopiedModel Method

Returns the source data schema 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 InstantiateCopiedModel ( _
    fromModel As ModelStore _
) As ModelStore
protected abstract ModelStore InstantiateCopiedModel(
    ModelStore fromModel
)
protected:
virtual ModelStore^ InstantiateCopiedModel(
    ModelStore^ fromModel
) abstract
abstract InstantiateCopiedModel : 
        fromModel:ModelStore -> ModelStore 
protected abstract function InstantiateCopiedModel(
    fromModel : ModelStore
) : ModelStore

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

ModelTranslator Class

Microsoft.Data.Schema.SchemaModel.Translation Namespace

ModelStore