Executes a statement that does not return a result set.
备注
已更新的文本:
仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。
重载列表
| 名称 | 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.
 | 
请参阅
参考
ServerConnection Class
ServerConnection Members
Microsoft.SqlServer.Management.Common Namespace
其他资源
How to: Enable Capture Mode in Visual Basic .NET
Using Capture Mode