Condividi tramite


Metodo Database.ExecuteNonQuery

Include i membri protetti
Include i membri ereditati

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

Questo membro è sottoposto a overload. Per informazioni complete su questo membro, inclusi sintassi, utilizzo ed esempi, fare clic su un nome nell'elenco di overload.

Elenco degli overload

  Nome Descrizione
Metodo pubblico ExecuteNonQuery(StringCollection) Executes a batch in the context of the database where there are no results returned.
Metodo pubblico ExecuteNonQuery(String) Executes a statement in the context of the database where there are no results returned.
Metodo pubblico 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.
Metodo pubblico 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 alto

Vedere anche

Riferimento

Database Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo