TraceReplay.OutputFile Property

Definition

Gets or sets the name of an optional file to which trace replay output is streamed.

public:
 property Microsoft::SqlServer::Management::Trace::TraceFile ^ OutputFile { Microsoft::SqlServer::Management::Trace::TraceFile ^ get(); void set(Microsoft::SqlServer::Management::Trace::TraceFile ^ value); };
public Microsoft.SqlServer.Management.Trace.TraceFile OutputFile { get; set; }
member this.OutputFile : Microsoft.SqlServer.Management.Trace.TraceFile with get, set
Public Property OutputFile As TraceFile

Property Value

A TraceFile object value that specifies the output file.

Examples

Readme_Tracer

Applies to