SMOEnumerator Class
Enumerates the SQL Server Management Objects (SMO) objects.
Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.SMO
Assembly: Microsoft.SqlServer.ForEachSMOEnumerator (in microsoft.sqlserver.foreachsmoenumerator.dll)
Syntax
'Declaration
Public Class SMOEnumerator
Implements IEnumerator
public class SMOEnumerator : IEnumerator
public ref class SMOEnumerator : IEnumerator
public class SMOEnumerator implements IEnumerator
public class SMOEnumerator implements IEnumerator
Remarks
The SMOEnumerator is used to enumerate over all SMO objects except data files. To enumerate over data files, use SMODataFileEnumerator.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.Enumerators.SMO.SMOEnumerator
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
SMOEnumerator Members
Microsoft.SqlServer.Dts.Runtime.Enumerators.SMO Namespace