Freigeben über


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

Eigenschaftswert

Typ: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item.ForEachItem
A ForEachItem object.

Siehe auch

Verweis

ForEachItems Klasse

Microsoft.SqlServer.Dts.Runtime.Enumerators.Item-Namespace