Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Executes a statement that does not return a result set.
Remarks
Updated text:
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Overload List
| Name | 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.
|
See Also
Reference
ServerConnection Class
ServerConnection Members
Microsoft.SqlServer.Management.Common Namespace
Other Resources
How to: Enable Capture Mode in Visual Basic .NET
Using Capture Mode
Change History
Release |
History |
New content:
|