Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
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.