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


Свойство Current

Gets the current ForEachItemValue object in the collection.

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

Синтаксис

'Декларация
Public ReadOnly Property Current As Object
    Get
'Применение
Dim instance As ForEachItemValueEnumerator
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
The current ForEachItemValue object.

Реализует интерфейс

IEnumerator. . :: . .Current