AdomdDataReader.Read Method

Advances the AdomdDataReader to the next row.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Function Read As Boolean
'Usage
Dim instance As AdomdDataReader 
Dim returnValue As Boolean 

returnValue = instance.Read()
public bool Read()
public:
virtual bool Read() sealed
abstract Read : unit -> bool  
override Read : unit -> bool
public final function Read() : boolean

Return Value

Type: Boolean
A Boolean that contains true if there are more rows; false otherwise.

Implements

IDataReaderRead

Remarks

The default position of the AdomdDataReader is prior to the first record. Therefore, you must call the Read method first before attempting to access any data.

See Also

Reference

AdomdDataReader Class

Microsoft.AnalysisServices.AdomdServer Namespace