SqlServerMigrationSqlGenerator.WriteCreateTable 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.
Surcharges
WriteCreateTable(CreateTableOperation) |
Génère sql pour un CreateTableOperation. Le SQL généré doit être ajouté à l’aide de la méthode Statement. |
WriteCreateTable(CreateTableOperation, IndentedTextWriter) |
Écrit CREATE TABLE SQL dans l’enregistreur cible. |
WriteCreateTable(CreateTableOperation)
Génère sql pour un CreateTableOperation. Le SQL généré doit être ajouté à l’aide de la méthode Statement.
protected virtual void WriteCreateTable (System.Data.Entity.Migrations.Model.CreateTableOperation createTableOperation);
abstract member WriteCreateTable : System.Data.Entity.Migrations.Model.CreateTableOperation -> unit
override this.WriteCreateTable : System.Data.Entity.Migrations.Model.CreateTableOperation -> unit
Paramètres
- createTableOperation
- CreateTableOperation
Opération pour laquelle produire SQL.
S’applique à
WriteCreateTable(CreateTableOperation, IndentedTextWriter)
Écrit CREATE TABLE SQL dans l’enregistreur cible.
protected virtual void WriteCreateTable (System.Data.Entity.Migrations.Model.CreateTableOperation createTableOperation, System.Data.Entity.Migrations.Utilities.IndentedTextWriter writer);
abstract member WriteCreateTable : System.Data.Entity.Migrations.Model.CreateTableOperation * System.Data.Entity.Migrations.Utilities.IndentedTextWriter -> unit
override this.WriteCreateTable : System.Data.Entity.Migrations.Model.CreateTableOperation * System.Data.Entity.Migrations.Utilities.IndentedTextWriter -> unit
Paramètres
- createTableOperation
- CreateTableOperation
Opération pour laquelle produire SQL.
- writer
- IndentedTextWriter
Enregistreur cible.