Compartir a través de


CapturedSql Miembros

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.

El tipo CapturedSql expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Add Adds a Transact-SQL statement to the captured Transact-SQL commands in the buffer.
Método publico Clear Clears the buffer that contains the captured Transact-SQL commands.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Text Gets the captured Transact-SQL commands in the buffer.

Principio