Partager via


ModelTranslator.InstantiateTranslatedModel, méthode

Retourne le modèle cible en tant qu'objet instancié.

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

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : Microsoft.Data.Schema.SchemaModel.ModelStore
Objet de modèle cible instancié.

Sécurité .NET Framework

Voir aussi

Référence

ModelTranslator Classe

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

ModelStore