AdomdDataReader.NextResult Method

This member is reserved for future use.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Function NextResult As Boolean
'Usage
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

Return Value

Type: System.Boolean
Always false.

Implements

IDataReader.NextResult()

Exceptions

Exception Condition
[NotSupportedException]

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

Remarks

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