共用方式為


NextResult 方法

This member is reserved for future use.

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.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() () () ()

例外狀況

例外狀況 條件
[NotSupportedException]

The method is called. For more information about this exception, see NotSupportedException Class

備註

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