AdomdDataReader.GetString Method (Int32)

 

Returns a String that contains the value from the specified column.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public string GetString(
    int ordinal
)
public:
virtual String^ GetString(
    int ordinal
) sealed
abstract GetString : 
        ordinal:int -> string
override GetString : 
        ordinal:int -> string
Public Function GetString (
    ordinal As Integer
) As String

Parameters

  • ordinal
    Type: System.Int32

    The zero-based ordinal position of the column to be retrieved.

Return Value

Type: System.String

A String that contains the value of the specified column.

Implements

IDataRecord.GetString(Int32)

See Also

AdomdDataReader Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top