Freigeben über


ForEachItemEnumerator.Items Property

Gets or sets a collection of ForEachItems.

Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly : Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Returns a collection of ForEachItems.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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