Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Advances the enumerator to the next element of the collection. Returns false if there is no object to move to.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Enumerators.SMO
Ensamblado: Microsoft.SqlServer.ForEachSMOEnumerator (in microsoft.sqlserver.foreachsmoenumerator.dll)
Sintaxis
'Declaración
Public Function MoveNext As Boolean
public bool MoveNext ()
public:
virtual bool MoveNext () sealed
public final boolean MoveNext ()
public final function MoveNext () : boolean
Valor devuelto
false, because there is no item to move to in the empty collection.
Notas
The EmptyEnumerator always returns false for this method.
Seguridad para subprocesos
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
EmptyEnumerator Class
EmptyEnumerator Members
Microsoft.SqlServer.Dts.Runtime.Enumerators.SMO Namespace