Freigeben über


IDTSForEachItems100-Schnittstelle

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

For more information, see ForEachItems.

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

Syntax

'Declaration
<GuidAttribute("DF06C35F-AA23-4EBA-B51C-B23C79332D72")> _
Public Interface IDTSForEachItems100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSForEachItems100
[GuidAttribute("DF06C35F-AA23-4EBA-B51C-B23C79332D72")]
public interface IDTSForEachItems100 : IEnumerable
[GuidAttribute(L"DF06C35F-AA23-4EBA-B51C-B23C79332D72")]
public interface class IDTSForEachItems100 : IEnumerable
[<GuidAttribute("DF06C35F-AA23-4EBA-B51C-B23C79332D72")>]
type IDTSForEachItems100 =  
    interface
        interface IEnumerable
    end
public interface IDTSForEachItems100 extends IEnumerable

Der IDTSForEachItems100-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Methoden

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

Zum Anfang