Interfaccia IDTSForEachItem100

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

Represents an interface for the ForEachItem object.

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

Sintassi

'Dichiarazione
<GuidAttribute("92E5449F-0315-493B-AA52-C7AFD1CAA886")> _
Public Interface IDTSForEachItem100 _
    Inherits IEnumerable
'Utilizzo
Dim instance As IDTSForEachItem100
[GuidAttribute("92E5449F-0315-493B-AA52-C7AFD1CAA886")]
public interface IDTSForEachItem100 : IEnumerable
[GuidAttribute(L"92E5449F-0315-493B-AA52-C7AFD1CAA886")]
public interface class IDTSForEachItem100 : IEnumerable
[<GuidAttribute("92E5449F-0315-493B-AA52-C7AFD1CAA886")>]
type IDTSForEachItem100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSForEachItem100 extends IEnumerable

Nel tipo IDTSForEachItem100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Infrastruttura. Gets the number of elements contained in the collection.
Proprietà pubblica Item Infrastruttura. Gets an IDTSForEachItemValue100 object from the collection.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Add Infrastruttura. Adds a new, empty IDTSForEachItemValue100 object to the end of the collection.
Metodo pubblico GetEnumerator Infrastruttura. Returns an enumerator for use in iterating over the collection.
Metodo pubblico Remove Infrastruttura. Removes an IDTSForEachItem100 object from the collection.

In alto

Vedere anche

Riferimento

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