Partager via


DataSchemaModelTranslator.InstantiateCopiedModel, méthode

Ce membre substitue ModelTranslator.InstantiateCopiedModel(ModelStore).

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

Syntaxe

'Déclaration
Protected Overrides Function InstantiateCopiedModel ( _
    fromModel As ModelStore _
) As ModelStore
protected override ModelStore InstantiateCopiedModel(
    ModelStore fromModel
)
protected:
virtual ModelStore^ InstantiateCopiedModel(
    ModelStore^ fromModel
) override
abstract InstantiateCopiedModel : 
        fromModel:ModelStore -> ModelStore 
override InstantiateCopiedModel : 
        fromModel:ModelStore -> ModelStore 
protected override function InstantiateCopiedModel(
    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