Класс SMOEnumerator
Enumerates the SQL Server Management Objects (SMO) objects.
Иерархия наследования
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime.Enumerators.SMO..::..SMOEnumerator
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Enumerators.SMO
Сборка: Microsoft.SqlServer.ForEachSMOEnumerator (в Microsoft.SqlServer.ForEachSMOEnumerator.dll)
Синтаксис
'Декларация
Public Class SMOEnumerator _
Implements IEnumerator
'Применение
Dim instance As SMOEnumerator
public class SMOEnumerator : IEnumerator
public ref class SMOEnumerator : IEnumerator
type SMOEnumerator =
class
interface IEnumerator
end
public class SMOEnumerator implements IEnumerator
Тип SMOEnumerator обеспечивает доступ к следующим элементам.
Методы
Имя | Описание | |
---|---|---|
![]() |
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.) |
В начало
Замечания
The SMOEnumerator is used to enumerate over all SMO objects except data files. To enumerate over data files, use SMODataFileEnumerator.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.