ForEachItem.Item Property
Returns a ForEachItemValue object from the collection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
Index As Object _
) As ForEachItemValue
Get
'Usage
Dim instance As ForEachItem
Dim Index As Object
Dim value As ForEachItemValue
value = instance(Index)
public ForEachItemValue this[
Object Index
] { get; }
public:
property ForEachItemValue^ default[Object^ Index] {
ForEachItemValue^ get (Object^ Index);
}
member Item : ForEachItemValue
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- Index
Type: System.Object
The name, description, ID, or index of the ForEachItemValue object to return from the collection.
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItemValue
A ForEachItemValue object.