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