Partager via


DataSchemaModelTranslator.InstantiateTranslatedModel, méthode

Ce membre substitue ModelTranslator.InstantiateTranslatedModel(ModelStore).

Espace de noms :  Microsoft.Data.Schema.SchemaModel.Translation
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Protected Overrides Function InstantiateTranslatedModel ( _
    fromModel As ModelStore _
) As ModelStore
protected override ModelStore InstantiateTranslatedModel(
    ModelStore fromModel
)
protected:
virtual ModelStore^ InstantiateTranslatedModel(
    ModelStore^ fromModel
) override
abstract InstantiateTranslatedModel : 
        fromModel:ModelStore -> ModelStore 
override InstantiateTranslatedModel : 
        fromModel:ModelStore -> ModelStore 
protected override function InstantiateTranslatedModel(
    fromModel : ModelStore
) : ModelStore

Paramètres

Valeur de retour

Type : Microsoft.Data.Schema.SchemaModel.ModelStore

Sécurité .NET Framework

Voir aussi

Référence

DataSchemaModelTranslator Classe

Microsoft.Data.Schema.SchemaModel.Translation, espace de noms