Partager via


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

Le type CapturedSql expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Add Adds a Transact-SQL statement to the captured Transact-SQL commands in the buffer.
Méthode publique Clear Clears the buffer that contains the captured Transact-SQL commands.
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Text Gets the captured Transact-SQL commands in the buffer.

Haut de la page