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 네임스페이스