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


Свойство Current

Gets the current ForEachItems object from the enumerator.

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

Синтаксис

'Декларация
Public ReadOnly Property Current As Object
    Get
'Применение
Dim instance As ForEachItemsEnumerator
Dim value As Object

value = instance.Current
public Object Current { get; }
public:
virtual property Object^ Current {
    Object^ get () sealed;
}
abstract Current : Object
override Current : Object
final function get Current () : Object

Значение свойства

Тип: System. . :: . .Object
An object that is the current object in the collection.

Реализует

IEnumerator. . :: . .Current