TraceTable.InitializeAsReplayOutputWriter(ConnectionInfoBase, String) Method
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.
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.