TraceReader.GetString Method
SQL Server 2012
Gets a String value at the specified column position.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Parameters
- ordinal
- Type: System.Int32
An Int32 value that specifies the column position at which to retrieve the data.
Return Value
Type: System.StringA String value that represents the data at the specified column position.