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)
Property Value
Returns a collection of ForEachItems.
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ForEachItemEnumerator Class
ForEachItemEnumerator Members
Microsoft.SqlServer.Dts.Runtime.Enumerators.Item Namespace