ForEachItems.Item-Eigenschaft
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.
Parameter
- Index
Typ: System.Object
The name, description, ID, or index of the ForEachItem object to return from the collection.
Eigenschaftswert
Typ: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItem
A ForEachItem object.