Compartir a través de


AdomdDataReader.NextResult Método

This member is reserved for future use.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.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()

Excepciones

Excepción Condición
[NotSupportedException]

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

Comentarios

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

Vea también

Referencia

AdomdDataReader Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer