Método AdomdDataReader.NextResult
This member is reserved for future use.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System.Boolean
Always false.
Implementa
Comentários
Advances the AdomdDataReader to the next result, when reading the results of batch statements.