Clase SMOEnumerator
Enumerates the SQL Server Management Objects (SMO) objects.
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime.Enumerators.SMO..::..SMOEnumerator
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Enumerators.SMO
Ensamblado: Microsoft.SqlServer.ForEachSMOEnumerator (en Microsoft.SqlServer.ForEachSMOEnumerator.dll)
Sintaxis
'Declaración
Public Class SMOEnumerator _
Implements IEnumerator
'Uso
Dim instance As SMOEnumerator
public class SMOEnumerator : IEnumerator
public ref class SMOEnumerator : IEnumerator
type SMOEnumerator =
class
interface IEnumerator
end
public class SMOEnumerator implements IEnumerator
El tipo SMOEnumerator expone los siguientes miembros.
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
Finalize | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
MemberwiseClone | (Se hereda de Object.) |
![]() |
MoveNext | Advances the enumerator to the next element of the collection. |
![]() |
Reset | Sets the enumerator to its initial position, which is before the first element in the collection. |
![]() |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
The SMOEnumerator is used to enumerate over all SMO objects except data files. To enumerate over data files, use SMODataFileEnumerator.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
.gif)
.gif)
.gif)