ForEachItemValueEnumerator.MoveNext Method
Advances the enumerator to the next element of the collection.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Сборка: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Синтаксис
'Декларация
Public Function MoveNext As Boolean
public bool MoveNext ()
public:
virtual bool MoveNext () sealed
public final boolean MoveNext ()
public final function MoveNext () : boolean
Возвращаемое значение
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ForEachItemValueEnumerator Class
ForEachItemValueEnumerator Members
Microsoft.SqlServer.Dts.Runtime.Enumerators.Item Namespace