次の方法で共有


TraceReplay.OutputFile プロパティ

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

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

構文

'宣言
Public Property OutputFile As TraceFile 
    Get 
    Set
'使用
Dim instance As TraceReplay 
Dim value As TraceFile 

value = instance.OutputFile

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

プロパティ値

型: Microsoft.SqlServer.Management.Trace.TraceFile
出力ファイルを示す TraceFile オブジェクトの値です。

使用例

Readme_Tracer

関連項目

参照

TraceReplay クラス

Microsoft.SqlServer.Management.Trace 名前空間

その他の技術情報

トレース フラグ (Transact-SQL)

SQL Server プロファイラーのテンプレートと権限