Delen via


IDTSForEachItem100 Interface

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

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

The IDTSForEachItem100 type exposes the following members.

Properties

  Name Description
Public property Count Infrastructure. For more information, see ForEachItem.
Public property Item Infrastructure. For more information, see ForEachItem.

Top

Methods

  Name Description
Public method Add Infrastructure. For more information, see ForEachItem.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator() Infrastructure. For more information, see ForEachItem.
Public method Remove Infrastructure. For more information, see ForEachItem.

Top