共用方式為


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.