Partager via


ModelTranslator.InstantiateCopiedModel, méthode

Retourne le modèle de schéma de données source 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 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

Paramètres

Valeur de retour

Type : Microsoft.Data.Schema.SchemaModel.ModelStore
Objet instancié.

Sécurité .NET Framework

Voir aussi

Référence

ModelTranslator Classe

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

ModelStore