다음을 통해 공유


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.