Поделиться через


Свойство ConnectionManager.CapturedSql

Gets the Transact-SQL statements that are captured when the connection is running in capture mode.

Пространство имен:  Microsoft.SqlServer.Management.Common
Сборка:  Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)

Синтаксис

'Декларация
Public ReadOnly Property CapturedSql As CapturedSql 
    Get
'Применение
Dim instance As ConnectionManager 
Dim value As CapturedSql 

value = instance.CapturedSql
public CapturedSql CapturedSql { get; }
public:
property CapturedSql^ CapturedSql {
    CapturedSql^ get ();
}
member CapturedSql : CapturedSql
function get CapturedSql () : CapturedSql

Значение свойства

Тип: Microsoft.SqlServer.Management.Common.CapturedSql
A CapturedSql object value that contains the captured Transact-SQL statements.

Примеры

Использование режима записи

См. также

Справочник

ConnectionManager Класс

Пространство имен Microsoft.SqlServer.Management.Common