MeasureEnumerator.MoveNext Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Indicates whether the enumerator moves to the next element of the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: System.Boolean
true if the enumerator moves to the next element; otherwise, false.