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


ForEachItemValueEnumerator.Current Property

Gets the current ForEachItemValue object in the collection.

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

Синтаксис

'Декларация
Public ReadOnly Property Current As Object
public Object Current { get; }
public:
virtual property Object^ Current {
    Object^ get () sealed;
}
/** @property */
public final Object get_Current ()
public final function get Current () : Object

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

The current ForEachItemValue object.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

ForEachItemValueEnumerator Class
ForEachItemValueEnumerator Members
Microsoft.SqlServer.Dts.Runtime.Enumerators.Item Namespace