Share via


FieldColEnumerator.MoveNext Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Indicates whether the enumerator moves to the next element.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Assembly:  Microsoft.SqlServer.ForEachADOEnumerator (in Microsoft.SqlServer.ForEachADOEnumerator.dll)

Syntax

'Declaration
Public Function MoveNext As Boolean
'Usage
Dim instance As FieldColEnumerator 
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

Return Value

Type: System.Boolean
True if the enumerator moves to the next element; otherwise, false.

Implements

IEnumerator.MoveNext()

See Also

Reference

FieldColEnumerator Class

Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO Namespace