Поделиться через


Метод MoveNext

Advances the enumerator to the next element of the collection. Returns false if there is no object to move to.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Enumerators.SMO
Сборка:  Microsoft.SqlServer.ForEachSMOEnumerator (в Microsoft.SqlServer.ForEachSMOEnumerator.dll)

Синтаксис

'Декларация
Public Function MoveNext As Boolean
'Применение
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

Возвращаемое значение

Тип: System. . :: . .Boolean
false , because there is no item to move to in the empty collection.

Реализует

IEnumerator. . :: . .MoveNext() () () ()

Замечания

The EmptyEnumerator always returns false for this method.