Método GetDataReader
Gets an AdomdDataReader object from the specified column.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdDataReader
An AdomdDataReader object from the specified column.