Compartir a través de


AdomdDataReader.GetDataReader Método

Gets an AdomdDataReader object from the specified column.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public Function GetDataReader ( _
    ordinal As Integer _
) As AdomdDataReader
'Uso
Dim instance As AdomdDataReader 
Dim ordinal As Integer 
Dim returnValue As AdomdDataReader 

returnValue = instance.GetDataReader(ordinal)
public AdomdDataReader GetDataReader(
    int ordinal
)
public:
AdomdDataReader^ GetDataReader(
    int ordinal
)
member GetDataReader : 
        ordinal:int -> AdomdDataReader
public function GetDataReader(
    ordinal : int
) : AdomdDataReader

Parámetros

  • ordinal
    Tipo: System.Int32
    The zero-based ordinal position of the column to be retrieved.

Valor devuelto

Tipo: Microsoft.AnalysisServices.AdomdClient.AdomdDataReader
An AdomdDataReader object from the specified column.

Vea también

Referencia

AdomdDataReader Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient