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 命名空间