ForEachItem.Item[Object] 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.
Returns a ForEachItemValue object from the collection.
public:
property Microsoft::SqlServer::Dts::Runtime::Enumerators::Item::ForEachItemValue ^ default[System::Object ^] { Microsoft::SqlServer::Dts::Runtime::Enumerators::Item::ForEachItemValue ^ get(System::Object ^ Index); };
public Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItemValue this[object Index] { get; }
member this.Item(obj) : Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItemValue
Default Public ReadOnly Property Item(Index As Object) As ForEachItemValue
Parameters
- Index
- Object
The name, description, ID, or index of the ForEachItemValue object to return from the collection.
Property Value
A ForEachItemValue object.