Share via


IDTSForEachItems100 Interface

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

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

The IDTSForEachItems100 type exposes the following members.

Properties

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

Top

Methods

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

Top