Metodo AdomdDataReader.Enumerator.Reset
This method is not supported on the forward-only AdomdDataReader.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public Overridable Sub Reset
'Utilizzo
Dim instance As AdomdDataReader.Enumerator
instance.Reset()
public virtual void Reset()
public:
virtual void Reset()
abstract Reset : unit -> unit
override Reset : unit -> unit
public function Reset()
Implementa
Eccezioni
Eccezione | Condizione |
---|---|
[NotSupportedException] | The method is not supported. For more information about this exception, see NotSupportedException Class. |