ADORowsetEnumerator.MoveNext Method

Advances the enumerator to the next element of the collection. Returns a Boolean indicating whether the MoveNext was successful.

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

Syntax

public bool MoveNext()

Return Value

Type: System.Boolean
true if the enumerator was successfully advanced to the next element; false if the enumerator went past the end of the collection.

Implements

IEnumerator.MoveNext()