Compartilhar via


Método MeasureEnumerator.MoveNext

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Indicates whether the enumerator moves to the next element of the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Function MoveNext As Boolean
'Uso
Dim instance As MeasureEnumerator 
Dim returnValue As Boolean 

returnValue = instance.MoveNext()
public bool MoveNext()
public:
virtual bool MoveNext() sealed
abstract MoveNext : unit -> bool  
override MoveNext : unit -> bool
public final function MoveNext() : boolean

Valor de retorno

Tipo: System.Boolean
true if the enumerator moves to the next element; otherwise, false.

Implementa

IEnumerator.MoveNext()

Consulte também

Referência

MeasureEnumerator Classe

Namespace Microsoft.AnalysisServices