Класс ForEachItemsEnumerator
Enumerates over the ForEachItems collection. This class cannot be inherited.
Иерархия наследования
System.Object
Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItemsEnumerator
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public NotInheritable Class ForEachItemsEnumerator _
Implements IEnumerator
'Применение
Dim instance As ForEachItemsEnumerator
public sealed class ForEachItemsEnumerator : IEnumerator
public ref class ForEachItemsEnumerator sealed : IEnumerator
[<SealedAttribute>]
type ForEachItemsEnumerator =
class
interface IEnumerator
end
public final class ForEachItemsEnumerator implements IEnumerator
Тип ForEachItemsEnumerator обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Current | Gets the current ForEachItems object from the enumerator. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от 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.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Dts.Runtime.Enumerators.Item