Share via


MeasureEnumerator.MoveNext Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

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

Syntax

'Declaration
Public Function MoveNext As Boolean
'Usage
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

Return Value

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

Implements

IEnumerator.MoveNext()

See Also

Reference

MeasureEnumerator Class

Microsoft.AnalysisServices Namespace