Proprietà IDTSForEachItems100.Item

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets an IDTSForEachItemValue100 object from the collection.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Default Property Item ( _
    Index As Object _
) As IDTSForEachItem100 
    Get
'Utilizzo
Dim instance As IDTSForEachItems100 
Dim Index As Object 
Dim value As IDTSForEachItem100 

value = instance(Index)
IDTSForEachItem100 this[
    Object Index
] { get; }
property IDTSForEachItem100^ default[[InAttribute] Object^ Index] {
    IDTSForEachItem100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSForEachItem100
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

  • Index
    Tipo: System.Object
    The name, description, ID, or index of the object to return from the collection.

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachItem100
An IDTSForEachItemValue100 object from the collection.

Osservazioni

For more information, see ForEachItems.

Vedere anche

Riferimento

IDTSForEachItems100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper