Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- fromModel
Type: Microsoft.Data.Schema.SchemaModel.ModelStore
A ModelStore object.
Return Value
Type: Microsoft.Data.Schema.SchemaModel.ModelStore
The instantiated target model 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.