Freigeben über


IDTSForEachItem100-Schnittstelle

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

For more information, see ForEachItem.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("825D84F4-E0D3-41D9-B628-D5879DC9C560")> _
Public Interface IDTSForEachItem100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSForEachItem100
[GuidAttribute("825D84F4-E0D3-41D9-B628-D5879DC9C560")]
public interface IDTSForEachItem100 : IEnumerable
[GuidAttribute(L"825D84F4-E0D3-41D9-B628-D5879DC9C560")]
public interface class IDTSForEachItem100 : IEnumerable
[<GuidAttribute("825D84F4-E0D3-41D9-B628-D5879DC9C560")>]
type IDTSForEachItem100 =  
    interface
        interface IEnumerable
    end
public interface IDTSForEachItem100 extends IEnumerable

Der IDTSForEachItem100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Infrastruktur For more information, see ForEachItem.
Öffentliche Eigenschaft Item Infrastruktur For more information, see ForEachItem.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add Infrastruktur For more information, see ForEachItem.
Öffentliche Methode GetEnumerator() () () () (Geerbt von IEnumerable.)
Öffentliche Methode GetEnumerator() () () () Infrastruktur For more information, see ForEachItem.
Öffentliche Methode Remove Infrastruktur For more information, see ForEachItem.

Zum Anfang