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
'Usage
Dim instance As SMOEnumerator
public class SMOEnumerator : IEnumerator
public ref class SMOEnumerator : IEnumerator
type SMOEnumerator =
class
interface IEnumerator
end
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 Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.