다음을 통해 공유


Read 메서드

Advances the AdomdDataReader to the next row.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.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.