Partager via


Méthode AdomdDataReader.GetDataReader

Gets an AdomdDataReader object from the specified column.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public Function GetDataReader ( _
    ordinal As Integer _
) As AdomdDataReader
'Utilisation
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

Paramètres

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

Valeur de retour

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

Voir aussi

Référence

AdomdDataReader Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient