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

C#
public bool MoveNext()

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