Partager via


Méthode DataColEnumerator.MoveNext

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Indicates whether the enumerator moves to the next element.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Assembly :  Microsoft.SqlServer.ForEachADOEnumerator (en Microsoft.SqlServer.ForEachADOEnumerator.dll)

Syntaxe

'Déclaration
Public Function MoveNext As Boolean
'Utilisation
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

Valeur de retour

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

Implémente

IEnumerator.MoveNext()

Voir aussi

Référence

DataColEnumerator Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO