TraceReader.GetDouble Method
SQL Server 2012
Gets a floating point value of the data 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 of the data.
Return Value
Type: System.DoubleA Float64 value that represents the data at the specified column position.
