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


ForEachItemEnumerator.Items Property

Gets or sets a collection of ForEachItems.

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

Синтаксис

'Декларация
Public Property Items As ForEachItems
public ForEachItems Items { get; set; }
public:
property ForEachItems^ Items {
    ForEachItems^ get ();
    void set (ForEachItems^ value);
}
/** @property */
public ForEachItems get_Items ()

/** @property */
public void set_Items (ForEachItems value)
public function get Items () : ForEachItems

public function set Items (value : ForEachItems)

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

Returns a collection of ForEachItems.

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

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.

См. также

Справочник

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