Méthode Database.ExecuteNonQuery

Inclure les membres protégés
Inclure les membres hérités

Executes a collection of batches in the context of the database where there are no results returned.

Ce membre est surchargé. Pour plus d'informations sur ce membre, notamment sur la syntaxe et l'utilisation, et pour visualiser des exemples, cliquez sur un nom dans la liste de surcharge.

Liste de surcharge

  Nom Description
Méthode publique ExecuteNonQuery(StringCollection) Executes a batch in the context of the database where there are no results returned.
Méthode publique ExecuteNonQuery(String) Executes a statement in the context of the database where there are no results returned.
Méthode publique ExecuteNonQuery(StringCollection, ExecutionTypes) Runs a collection of batches in the context of the database where there are no results returned for the specified execution type only.
Méthode publique ExecuteNonQuery(String, ExecutionTypes) Executes a batch in the context of the database where there are no results returned for the specified execution type only.

Haut de la page

Voir aussi

Référence

Database Classe

Espace de noms Microsoft.SqlServer.Management.Smo