Partilhar via


Método FieldColEnumerator.MoveNext

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Indicates whether the enumerator moves to the next element.

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

Sintaxe

'Declaração
Public Function MoveNext As Boolean
'Uso
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

Valor de retorno

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

Implementa

IEnumerator.MoveNext()

Consulte também

Referência

FieldColEnumerator Classe

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