Compartir a través de


NextResult Método

This member is reserved for future use.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public Function NextResult As Boolean
'Uso
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

Valor devuelto

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

Implementa

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

Comentarios

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