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


Элементы CapturedSql

The CapturedSql class represents the Transact-SQL commands that are sent to the instance of SQL Server by way of the referenced connection. However, they are then redirected to a buffer instead of running immediately on the instance of SQL Server.

Тип CapturedSql предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Add Adds a Transact-SQL statement to the captured Transact-SQL commands in the buffer.
Открытый метод Clear Clears the buffer that contains the captured Transact-SQL commands.
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство Text Gets the captured Transact-SQL commands in the buffer.

В начало