Share via


AdomdDataReader.Read 메서드

Advances the AdomdDataReader to the next row.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.dll)

구문

‘선언
Public Function Read As Boolean
‘사용 방법
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

반환 값

유형: System.Boolean
A Boolean that contains true if there are more rows; false otherwise.

구현

IDataReader.Read()

주의

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.

참고 항목

참조

AdomdDataReader 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스