Freigeben über


IDTSForEachItems100-Schnittstelle

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

Represents an interface for the ForEachItems object.

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

Syntax

'Declaration
<GuidAttribute("5D77BE0E-5F32-4BB9-8583-1DDBE2300A05")> _
Public Interface IDTSForEachItems100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSForEachItems100
[GuidAttribute("5D77BE0E-5F32-4BB9-8583-1DDBE2300A05")]
public interface IDTSForEachItems100 : IEnumerable
[GuidAttribute(L"5D77BE0E-5F32-4BB9-8583-1DDBE2300A05")]
public interface class IDTSForEachItems100 : IEnumerable
[<GuidAttribute("5D77BE0E-5F32-4BB9-8583-1DDBE2300A05")>]
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 Gets the number or elements contained in the collection.
Öffentliche Eigenschaft Item Infrastruktur Gets an IDTSForEachItemValue100 object from the collection.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add Infrastruktur Adds a new collection to the IDTSForEachItems100 collection.
Öffentliche Methode GetEnumerator Infrastruktur Returns an enumerator for use in iterating over the collection.
Öffentliche Methode Remove Infrastruktur Removes a specified collection from the IDTSForEachItems100 collection.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace