OutputTable プロパティ

トレース再生の出力ストリームの送信先となるオプション テーブルの名前を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Trace
アセンブリ:  Microsoft.SqlServer.ConnectionInfoExtended (Microsoft.SqlServer.ConnectionInfoExtended.dll)

構文

'宣言
Public Property OutputTable As TraceTable
    Get
    Set
'使用
Dim instance As TraceReplay
Dim value As TraceTable

value = instance.OutputTable

instance.OutputTable = value
public TraceTable OutputTable { get; set; }
public:
property TraceTable^ OutputTable {
    TraceTable^ get ();
    void set (TraceTable^ value);
}
member OutputTable : TraceTable with get, set
function get OutputTable () : TraceTable
function set OutputTable (value : TraceTable)

プロパティ値

型: Microsoft.SqlServer.Management.Trace. . :: . .TraceTable
出力テーブルを示す TraceTable オブジェクトの値です。

使用例

Readme_Tracer