Compartir a través de


Database.ExecuteNonQuery Método

Incluir miembros protegidos
Incluir miembros heredados

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

Este miembro está sobrecargado. Para obtener información completa acerca de este miembro, incluidos sintaxis, uso y ejemplos, haga clic en un nombre de la lista de sobrecarga.

Lista de sobrecargas

  Nombre Descripción
Método público ExecuteNonQuery(StringCollection) Executes a batch in the context of the database where there are no results returned.
Método público ExecuteNonQuery(String) Executes a statement in the context of the database where there are no results returned.
Método público 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étodo público ExecuteNonQuery(String, ExecutionTypes) Executes a batch in the context of the database where there are no results returned for the specified execution type only.

Arriba

Vea también

Referencia

Database Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo