Partager via


Méthode MeasureEnumerator.MoveNext

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function MoveNext As Boolean
'Utilisation
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

Valeur de retour

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

Implémente

IEnumerator.MoveNext()

Voir aussi

Référence

MeasureEnumerator Classe

Espace de noms Microsoft.AnalysisServices