Metodo NextResult

This member is reserved for future use.

Spazio dei nomi:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public Function NextResult As Boolean
'Utilizzo
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

Valore restituito

Tipo: System. . :: . .Boolean
Always false.

Implementa

IDataReader. . :: . .NextResult() () () ()

Osservazioni

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