TraceTable.InitializeAsReader(ConnectionInfoBase, String, 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 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.