Méthode AdomdDataReader.NextResult
This member is reserved for future use.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public Function NextResult As Boolean
'Utilisation
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
Valeur de retour
Type : System.Boolean
Always false.
Implémente
Notes
Advances the AdomdDataReader to the next result, when reading the results of batch statements.