TraceTable.InitializeAsReplayOutputWriter(ConnectionInfoBase, String) Method

Definition

Initializes a new instance of the TraceTable class for writing replay trace information.

public:
 void InitializeAsReplayOutputWriter(Microsoft::SqlServer::Management::Common::ConnectionInfoBase ^ serverConnInfo, System::String ^ destinationTableName);
public void InitializeAsReplayOutputWriter (Microsoft.SqlServer.Management.Common.ConnectionInfoBase serverConnInfo, string destinationTableName);
member this.InitializeAsReplayOutputWriter : Microsoft.SqlServer.Management.Common.ConnectionInfoBase * string -> unit
Public Sub InitializeAsReplayOutputWriter (serverConnInfo As ConnectionInfoBase, destinationTableName As String)

Parameters

serverConnInfo
ConnectionInfoBase

A SqlConnectionInfo object value that specifies the information required to establish a connection with the instance of Microsoft SQL Server that contains the trace table.

destinationTableName
String

A String value that specifies the name of the trace table to write the replay trace output data.

Examples

Readme_Tracer

Applies to