Partager via


ServerConnection.ExecuteNonQuery Method

Executes a statement that does not return a result set.

Notes

Texte mis à jour :

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Liste de surcharge

Nom Description
ServerConnection.ExecuteNonQuery (String)
Executes a statement that does not return a result set.
ServerConnection.ExecuteNonQuery (StringCollection)
Executes a batch of statements that do not return a result set.
ServerConnection.ExecuteNonQuery (String, ExecutionTypes)
Executes a statement with the specified execution options that does not return a result set.
ServerConnection.ExecuteNonQuery (StringCollection, ExecutionTypes)
Executes a batch of statements with the specified execution options that does not return a result set.

Voir aussi

Référence

ServerConnection Class
ServerConnection Members
Microsoft.SqlServer.Management.Common Namespace

Autres ressources

How to: Enable Capture Mode in Visual Basic .NET
Using Capture Mode