AdomdDataReader.Enumerator.Reset Method

This method is not supported on the forward-only AdomdDataReader.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Overridable Sub Reset
'Usage
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()

Implements

IEnumeratorReset

Exceptions

Exception Condition
NotSupportedException

The method is not supported.

See Also

Reference

AdomdDataReader.Enumerator Class

Microsoft.AnalysisServices.AdomdServer Namespace