Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an AdomdDataReader object from the specified column.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Function GetDataReader ( _
ordinal As Integer _
) As AdomdDataReader
'Usage
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
Parameters
- ordinal
Type: System.Int32
The zero-based ordinal position of the column to be retrieved.
Return Value
Type: Microsoft.AnalysisServices.AdomdClient.AdomdDataReader
An AdomdDataReader object from the specified column.