Condividi tramite


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

Il tipo CapturedSql espone i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico Add Adds a Transact-SQL statement to the captured Transact-SQL commands in the buffer.
Metodo pubblico Clear Clears the buffer that contains the captured Transact-SQL commands.
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Text Gets the captured Transact-SQL commands in the buffer.

In alto