AdomdDataReader.GetData Method (Int32)

 

Returns a System.Data.IDataReader interface to be used when a column points to more remote structured data.

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

Syntax

public IDataReader GetData(
    int ordinal
)
public:
virtual IDataReader^ GetData(
    int ordinal
) sealed
abstract GetData : 
        ordinal:int -> IDataReader
override GetData : 
        ordinal:int -> IDataReader
Public Function GetData (
    ordinal As Integer
) As IDataReader

Parameters

  • ordinal
    Type: System.Int32

    The zero-based ordinal position of the column to find.

Return Value

Type: System.Data.IDataReader

A System.Data.IDataReader interface that points to more remote structured data referenced by the column. For more information, see System.Data.IDataReader.

Implements

IDataRecord.GetData(Int32)

See Also

AdomdDataReader Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top