SqlServerMigrationsSqlGenerator.Transfer Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Génère un transfert d’un schéma à un autre.
protected virtual void Transfer (string newSchema, string schema, string name, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
protected virtual void Transfer (string? newSchema, string? schema, string name, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
abstract member Transfer : string * string * string * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
override this.Transfer : string * string * string * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overridable Sub Transfer (newSchema As String, schema As String, name As String, builder As MigrationCommandListBuilder)
Paramètres
- newSchema
- String
Schéma vers laquelle effectuer le transfert.
- schema
- String
Schéma à partir duquel effectuer le transfert.
- name
- String
Nom de l’élément à transférer.
- builder
- MigrationCommandListBuilder
Générateur de commandes à utiliser pour générer les commandes.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.