다음을 통해 공유


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.

CapturedSql 형식은 다음 멤버를 노출합니다.

메서드

  이름 설명
공용 메서드 Add Adds a Transact-SQL statement to the captured Transact-SQL commands in the buffer.
공용 메서드 Clear Clears the buffer that contains the captured Transact-SQL commands.
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 Text Gets the captured Transact-SQL commands in the buffer.

맨 위로 이동