Share via


ForEachSMOEnumerator Class

Contains the members used when enumerating over SQL Server Management Objects (SMO). This class cannot be inherited.

Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.SMO
Assembly: Microsoft.SqlServer.ForEachSMOEnumerator (in microsoft.sqlserver.foreachsmoenumerator.dll)

Syntax

'Declaration
Public NotInheritable Class ForEachSMOEnumerator
    Inherits ForEachEnumerator
    Implements IDTSComponentPersist, IDTSForEachSMOEnumerator
public sealed class ForEachSMOEnumerator : ForEachEnumerator, IDTSComponentPersist, IDTSForEachSMOEnumerator
public ref class ForEachSMOEnumerator sealed : public ForEachEnumerator, IDTSComponentPersist, IDTSForEachSMOEnumerator
public final class ForEachSMOEnumerator extends ForEachEnumerator implements IDTSComponentPersist, IDTSForEachSMOEnumerator
public final class ForEachSMOEnumerator extends ForEachEnumerator implements IDTSComponentPersist, IDTSForEachSMOEnumerator

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Dts.Runtime.DtsObject
     Microsoft.SqlServer.Dts.Runtime.ForEachEnumerator
      Microsoft.SqlServer.Dts.Runtime.Enumerators.SMO.ForEachSMOEnumerator

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

ForEachSMOEnumerator Members
Microsoft.SqlServer.Dts.Runtime.Enumerators.SMO Namespace