Поделиться через


Класс SMODataFileEnumerator

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

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Enumerators.SMO
Сборка:  Microsoft.SqlServer.ForEachSMOEnumerator (в Microsoft.SqlServer.ForEachSMOEnumerator.dll)

Синтаксис

'Декларация
Public Class SMODataFileEnumerator _
    Implements IEnumerator
'Применение
Dim instance As SMODataFileEnumerator
public class SMODataFileEnumerator : IEnumerator
public ref class SMODataFileEnumerator : IEnumerator
type SMODataFileEnumerator =  
    class
        interface IEnumerator
    end
public class SMODataFileEnumerator implements IEnumerator

Тип SMODataFileEnumerator обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Current Gets the current object from the enumerator.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от 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 (Производный от Object.)

В начало

Замечания

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.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.