TraceReplay.OutputTable Property

Definition

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

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

Property Value

A TraceTable object value that specifies the output table.

Examples

Readme_Tracer

Applies to