次の方法で共有


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

プロパティ値

型: System.Collections.Specialized. . :: . .StringCollection
キャプチャされた Transact-SQL コマンドを含む StringCollection システム オブジェクトの値です。