Compartilhar via


Membros 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.

O tipo CapturedSql expõe os seguintes membros.

Métodos

  Nome Descrição
Método público Add Adds a Transact-SQL statement to the captured Transact-SQL commands in the buffer.
Método público Clear Clears the buffer that contains the captured Transact-SQL commands.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública Text Gets the captured Transact-SQL commands in the buffer.

Início