TraceTable.InitializeAsReader(ConnectionInfoBase, String, String) Method

Definition

Initializes a new instance of the TraceTable class for reading trace data.

public:
 void InitializeAsReader(Microsoft::SqlServer::Management::Common::ConnectionInfoBase ^ serverConnInfo, System::String ^ tableName, System::String ^ tableOwner);
public void InitializeAsReader (Microsoft.SqlServer.Management.Common.ConnectionInfoBase serverConnInfo, string tableName, string tableOwner);
member this.InitializeAsReader : Microsoft.SqlServer.Management.Common.ConnectionInfoBase * string * string -> unit
Public Sub InitializeAsReader (serverConnInfo As ConnectionInfoBase, tableName As String, tableOwner 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.

tableName
String

A String value that specifies the name of the trace table.

tableOwner
String

A String value that specifies the schema to which the trace table belongs.

Examples

Readme_Tracer

Applies to