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
- fromModel
Type: Microsoft.Data.Schema.SchemaModel.ModelStore
A ModelStore that represents the source model.
Return Value
Type: Microsoft.Data.Schema.SchemaModel.ModelStore
The instantiated 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.