Metodo MeasureEnumerator.MoveNext
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Indicates whether the enumerator moves to the next element of the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function MoveNext As Boolean
'Utilizzo
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
Valore restituito
Tipo: System.Boolean
true if the enumerator moves to the next element; otherwise, false.