MeasureEnumerator.MoveNext Method ()

 

Applies To: SQL Server 2016 Preview

This API supports the product 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

public bool MoveNext()
public:
virtual bool MoveNext() sealed
abstract MoveNext : unit -> bool
override MoveNext : unit -> bool
Public Function MoveNext As Boolean

Return Value

Type: System.Boolean

true if the enumerator moves to the next element; otherwise, false.

Implements

IEnumerator.MoveNext()

See Also

MeasureEnumerator Class
Microsoft.AnalysisServices Namespace

Return to top