Freigeben über


DataColEnumerator.MoveNext-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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 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

Rückgabewert

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

Implementiert

IEnumerator.MoveNext()

Siehe auch

Verweis

DataColEnumerator Klasse

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