Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of an optional file to which trace replay output is streamed.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntax
'Declaration
Public Property OutputFile As TraceFile
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Management.Trace.TraceFile
A TraceFile object value that specifies the output file.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Trace Namespace