Partager via


DataSchemaModelTranslator.SetConstructorParametersForTranslatedModel, méthode

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

Syntaxe

'Déclaration
Protected MustOverride Sub SetConstructorParametersForTranslatedModel ( _
    constructor As DataSchemaModelConstructor, _
    fromModel As ModelStore _
)
protected abstract void SetConstructorParametersForTranslatedModel(
    DataSchemaModelConstructor constructor,
    ModelStore fromModel
)
protected:
virtual void SetConstructorParametersForTranslatedModel(
    DataSchemaModelConstructor^ constructor, 
    ModelStore^ fromModel
) abstract
abstract SetConstructorParametersForTranslatedModel : 
        constructor:DataSchemaModelConstructor * 
        fromModel:ModelStore -> unit 
protected abstract function SetConstructorParametersForTranslatedModel(
    constructor : DataSchemaModelConstructor, 
    fromModel : ModelStore
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

DataSchemaModelTranslator Classe

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