Поделиться через


Метод ServerConnection.ExecuteScalar

Показывать защищенные элементы
Показывать наследуемые элементы

Executes a Transact-SQL statement and returns the first column of the first row as a value type.

Этот элемент перегружен. Чтобы получить полные сведения об этом элементе (синтаксисе, использовании и примерах использования), щелкните его имя в списке перегрузок.

Список перегрузок

  Имя Описание
Открытый метод ExecuteScalar(StringCollection) Executes a batch of Transact-SQL statements and returns the first column of the first row as an object value.
Открытый метод ExecuteScalar(String) Executes a Transact-SQL statement and returns the first column of the first row as an object value.

В начало

Замечания

If multiple batches are specified by using a StringCollection object then the result is an array of value types.

См. также

Справочник

ServerConnection Класс

Пространство имен Microsoft.SqlServer.Management.Common