共用方式為


DataColEnumerator.MoveNext 方法

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

Indicates whether the enumerator moves to the next element.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
組件:  Microsoft.SqlServer.ForEachADOEnumerator (在 Microsoft.SqlServer.ForEachADOEnumerator.dll 中)

語法

'宣告
Public Function MoveNext As Boolean
'用途
Dim instance As DataColEnumerator 
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()

請參閱

參考

DataColEnumerator 類別

Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO 命名空間