Share via


IDTSForEachItem100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents an interface for the ForEachItem object.

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

Syntax

'Declaration
<GuidAttribute("92E5449F-0315-493B-AA52-C7AFD1CAA886")> _
Public Interface IDTSForEachItem100 _
    Inherits IEnumerable
'Usage
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

The IDTSForEachItem100 type exposes the following members.

Properties

  Name Description
Public property Count Infrastructure. Gets the number of elements contained in the collection.
Public property Item Infrastructure. Gets an IDTSForEachItemValue100 object from the collection.

Top

Methods

  Name Description
Public method Add Infrastructure. Adds a new, empty IDTSForEachItemValue100 object to the end of the collection.
Public method GetEnumerator Infrastructure. Returns an enumerator for use in iterating over the collection.
Public method Remove Infrastructure. Removes an IDTSForEachItem100 object from the collection.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace