共用方式為


AdomdDataReader.NextResult 方法

This member is reserved for future use.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public Function NextResult As Boolean
'用途
Dim instance As AdomdDataReader 
Dim returnValue As Boolean 

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

傳回值

型別:System.Boolean
Always false.

實作

IDataReader.NextResult()

備註

Advances the AdomdDataReader to the next result, when reading the results of batch statements.

請參閱

參考

AdomdDataReader 類別

Microsoft.AnalysisServices.AdomdClient 命名空間