AdomdDataReader.GetData Method

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

'Declaration
Public Function GetData ( _
    ordinal As Integer _
) As IDataReader
'Usage
Dim instance As AdomdDataReader 
Dim ordinal As Integer 
Dim returnValue As IDataReader 

returnValue = instance.GetData(ordinal)
public IDataReader GetData(
    int ordinal
)
public:
virtual IDataReader^ GetData(
    int ordinal
) sealed
abstract GetData : 
        ordinal:int -> IDataReader  
override GetData : 
        ordinal:int -> IDataReader
public final function GetData(
    ordinal : int
) : 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

Reference

AdomdDataReader Class

Microsoft.AnalysisServices.AdomdClient Namespace