This topic has not yet been rated - Rate this topic

TraceReader.GetString Method

Gets a String value at the specified column position.

Namespace:  Microsoft.SqlServer.Management.Trace
Assembly:  Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
public string GetString(
	int ordinal
)

Parameters

ordinal
Type: System.Int32
An Int32 value that specifies the column position at which to retrieve the data.

Return Value

Type: System.String
A String value that represents the data at the specified column position.

Implements

IDataRecord.GetString(Int32)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.