다음을 통해 공유


CapturedSql.Text 속성

버퍼에서 캡처된 Transact-SQL 명령을 가져옵니다.

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

구문

‘선언
Public ReadOnly Property Text As StringCollection 
    Get
‘사용 방법
Dim instance As CapturedSql 
Dim value As StringCollection 

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

속성 값

유형: StringCollection
캡처된 Transact-SQL 명령을 포함하는 StringCollection 시스템 개체 값입니다.

캡처 모드 사용

참고 항목

참조

CapturedSql 클래스

Microsoft.SqlServer.Management.Common 네임스페이스