共用方式為


MeasureEnumerator.MoveNext 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

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

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Function MoveNext As Boolean
'用途
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

傳回值

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

實作

IEnumerator.MoveNext()

請參閱

參考

MeasureEnumerator 類別

Microsoft.AnalysisServices 命名空間