Compartilhar via


Método Database.ExecuteNonQuery

Incluir membros protegidos
Incluir membros herdados

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

Esse membro está sobrecarregado. Para obter informações mais completas sobre esse membro, incluindo sintaxe, uso e exemplos, clique em um nome na lista de sobrecarga.

Lista de sobrecargas

  Nome Descrição
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.

Início

Consulte também

Referência

Database Classe

Namespace Microsoft.SqlServer.Management.Smo