共用方式為


AdomdDataReader.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.

請參閱

參考

AdomdDataReader 類別

Microsoft.AnalysisServices.AdomdClient 命名空間