ServerConnection.ExecuteNonQuery Method
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