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
一个 StringCollection 系统对象值,该值包含捕获的 Transact-SQL 命令。