Udostępnij przez


CapturedSql Members

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.

The following tables list the members exposed by the CapturedSql type.

Public Properties

  Name Description
ms218505.pubproperty(pl-pl,SQL.100).gif Text Gets the captured Transact-SQL commands in the buffer.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms218505.pubmethod(pl-pl,SQL.100).gif Add Adds a Transact-SQL statement to the captured Transact-SQL commands in the buffer.
ms218505.pubmethod(pl-pl,SQL.100).gif Clear Clears the buffer that contains the captured Transact-SQL commands.
ms218505.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms218505.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms218505.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms218505.pubmethod(pl-pl,SQL.100).gifms218505.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms218505.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms218505.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms218505.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top