इसके माध्यम से साझा किया गया


IDTSForEachItem100 Interface

This API supports the .NET Framework 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