Freigeben über


AdomdDataReader.NextResult-Methode

This member is reserved for future use.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.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

Rückgabewert

Typ: System.Boolean
Always false.

Implementiert

IDataReader.NextResult()

Hinweise

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

Siehe auch

Verweis

AdomdDataReader Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace