CapturedSql.Text 속성

Gets the captured Transact-SQL commands in the buffer.

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

속성 값

유형: System.Collections.Specialized.StringCollection
A StringCollection system object value that contains the captured Transact-SQL commands.

캡처 모드 사용

참고 항목

참조

CapturedSql 클래스

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