TraceReplay.OutputTable 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 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.