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

请参阅

参考

AdomdDataReader 类

Microsoft.AnalysisServices.AdomdServer 命名空间