ForEachItemEnumerator.Items Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a collection of ForEachItems.
public:
property Microsoft::SqlServer::Dts::Runtime::Enumerators::Item::ForEachItems ^ Items { Microsoft::SqlServer::Dts::Runtime::Enumerators::Item::ForEachItems ^ get(); void set(Microsoft::SqlServer::Dts::Runtime::Enumerators::Item::ForEachItems ^ value); };
public Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItems Items { get; set; }
member this.Items : Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItems with get, set
Public Property Items As ForEachItems
Property Value
Returns a collection of ForEachItems.