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 命名空间