다음을 통해 공유


CapturedSql 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Common
어셈블리:  Microsoft.SqlServer.ConnectionInfo.dll의 Microsoft.SqlServer.ConnectionInfo

구문

‘선언
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.