Freigeben über


MeasureEnumerator.MoveNext-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Rückgabewert

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

Implementiert

IEnumerator.MoveNext()

Siehe auch

Verweis

MeasureEnumerator Klasse

Microsoft.AnalysisServices-Namespace