SqlServerMigrationSqlGenerator.GenerateMakeSystemTable 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 SQL pour marquer une table en tant que table système. Le SQL généré doit être ajouté à l’aide de la méthode Statement.
protected virtual void GenerateMakeSystemTable(System.Data.Entity.Migrations.Model.CreateTableOperation createTableOperation, System.Data.Entity.Migrations.Utilities.IndentedTextWriter writer);
abstract member GenerateMakeSystemTable : System.Data.Entity.Migrations.Model.CreateTableOperation * System.Data.Entity.Migrations.Utilities.IndentedTextWriter -> unit
override this.GenerateMakeSystemTable : System.Data.Entity.Migrations.Model.CreateTableOperation * System.Data.Entity.Migrations.Utilities.IndentedTextWriter -> unit
Paramètres
- createTableOperation
- CreateTableOperation
Table à marquer en tant que table système.
- writer
- IndentedTextWriter
IndentedTextWriter dans lequel écrire le SQL généré.