Condividi tramite


Metodo FieldColEnumerator.MoveNext

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Indicates whether the enumerator moves to the next element.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Assembly:  Microsoft.SqlServer.ForEachADOEnumerator (in Microsoft.SqlServer.ForEachADOEnumerator.dll)

Sintassi

'Dichiarazione
Public Function MoveNext As Boolean
'Utilizzo
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

Valore restituito

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

Implementa

IEnumerator.MoveNext()

Vedere anche

Riferimento

FieldColEnumerator Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO