Share via


SMODataFileEnumerator Class

Enumerates the SQL Server Management Objects (SMO) data file.

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

Syntax

'Declaration
Public Class SMODataFileEnumerator
    Implements IEnumerator
public class SMODataFileEnumerator : IEnumerator
public ref class SMODataFileEnumerator : IEnumerator
public class SMODataFileEnumerator implements IEnumerator
public class SMODataFileEnumerator implements IEnumerator

Remarks

There are two SMO enumerators, one for enumerating over data files, which is this enumerator, and one for enumerating over other objects, which is the SMOEnumerator enumerator. This unique enumerator is needed because data files span filegroups.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.Enumerators.SMO.SMODataFileEnumerator

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

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