Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
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.