TraceReplay.OutputFile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.