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.