Compartir a través de


DimensionCollection.Enumerator.Reset Método

Sets the enumerator to its initial position, which is before the first element in the collection.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public Sub Reset
'Uso
Dim instance As DimensionCollection.Enumerator

instance.Reset()
public void Reset()
public:
virtual void Reset() sealed
abstract Reset : unit -> unit  
override Reset : unit -> unit
public final function Reset()

Implementa

IEnumerator.Reset()

Excepciones

Excepción Condición
[InvalidOperationException]

The collection has changed, invalidating the enumerator. For more information on this exception, see InvalidOperationException Class.

Vea también

Referencia

DimensionCollection.Enumerator Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer