SqlCeMigrationSqlGenerator.Writer 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.
Obtient un nouveau IndentedTextWriter qui peut être utilisé pour générer SQL. Il s’agit simplement d’une méthode d’assistance pour créer un enregistreur. L’écriture dans l’enregistreur n’entraîne pas l’inscription de SQL pour exécution. Vous devez passer le SQL généré à la méthode Statement.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects before losing scope")]
protected static System.Data.Entity.Migrations.Utilities.IndentedTextWriter Writer ();
static member Writer : unit -> System.Data.Entity.Migrations.Utilities.IndentedTextWriter
Protected Shared Function Writer () As IndentedTextWriter
Retours
Un enregistreur de texte vide à utiliser pour la génération SQL.
- Attributs