Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.