ForEachItems.Item Property
Returns a ForEachItem 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 ForEachItem
Get
'Usage
Dim instance As ForEachItems
Dim Index As Object
Dim value As ForEachItem
value = instance(Index)
public ForEachItem this[
Object Index
] { get; }
public:
property ForEachItem^ default[Object^ Index] {
ForEachItem^ get (Object^ Index);
}
member Item : ForEachItem
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 ForEachItem object to return from the collection.
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItem
A ForEachItem object.