Metodo AdomdDataReader.NextResult

This member is reserved for future use.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.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()

Eccezioni

Eccezione Condizione
[NotSupportedException]

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

Osservazioni

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

Vedere anche

Riferimento

AdomdDataReader Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer