次の方法で共有


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

プロパティ値

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

使用例

キャプチャ モードの使用

関連項目

参照

CapturedSql クラス

Microsoft.SqlServer.Management.Common 名前空間