SqlServerMigrationSqlGenerator.StatementBatch(String, Boolean) 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.
Décompose la chaîne sql en une ou plusieurs instructions, en gérant les instructions utilitaires T-SQL si nécessaire.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1026:DefaultParametersShouldNotBeUsed")]
protected void StatementBatch (string sqlBatch, bool suppressTransaction = false);
member this.StatementBatch : string * bool -> unit
Protected Sub StatementBatch (sqlBatch As String, Optional suppressTransaction As Boolean = false)
Paramètres
- sqlBatch
- String
SQL à diviser en un ou plusieurs instructions à exécuter.
- suppressTransaction
- Boolean
Obtient ou définit une valeur indiquant si cette instruction doit être exécutée en dehors de l’étendue de transaction utilisée pour rendre le processus de migration transactionnel. Si la valeur est true, cette opération n’est pas restaurée en cas d’échec du processus de migration.
- Attributs