Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Advances the enumerator to the next element of the collection. The EmptyEnumerator always returns false for this method.
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 EmptyEnumerator
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
false because there is no item to move to.
Implementa
Osservazioni
The Boolean normally indicates if moving to the next item in the collection is successful. In the case of the empty enumerator, this method always returns false.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO