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.
구현
주의
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.