Класс EmptyEnumerator
Provides an empty enumerator that is returned by the Integration Services runtime when there are no elements in the collection to enumerate over.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public NotInheritable Class EmptyEnumerator _
Implements IEnumerator
'Применение
Dim instance As EmptyEnumerator
public sealed class EmptyEnumerator : IEnumerator
public ref class EmptyEnumerator sealed : IEnumerator
[<SealedAttribute>]
type EmptyEnumerator =
class
interface IEnumerator
end
public final class EmptyEnumerator implements IEnumerator
Замечания
An EmptyEnumerator returns false on the first call to MoveNext, which tells you that the enumerator is at the end of its collection.
Иерархия наследования
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime..::..EmptyEnumerator
Потоковая защита
Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.