AdomdDataReader.NextResult Method ()

 

This member is reserved for future use.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public bool NextResult()
public:
virtual bool NextResult() sealed
abstract NextResult : unit -> bool
override NextResult : unit -> bool
Public Function NextResult As Boolean

Return Value

Type: System.Boolean

Always false.

Implements

IDataReader.NextResult()

Remarks

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

See Also

AdomdDataReader Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top