Share via


IDTSForEachEnumeratorInfos100 Interface

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

Represents the interface for the collection of ForEachEnumeratorInfo objects.

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

Syntax

'Declaration
<GuidAttribute("441641D4-3903-4144-9A5F-F6F234FF969D")> _
Public Interface IDTSForEachEnumeratorInfos100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSForEachEnumeratorInfos100
[GuidAttribute("441641D4-3903-4144-9A5F-F6F234FF969D")]
public interface IDTSForEachEnumeratorInfos100 : IEnumerable
[GuidAttribute(L"441641D4-3903-4144-9A5F-F6F234FF969D")]
public interface class IDTSForEachEnumeratorInfos100 : IEnumerable
[<GuidAttribute("441641D4-3903-4144-9A5F-F6F234FF969D")>]
type IDTSForEachEnumeratorInfos100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSForEachEnumeratorInfos100 extends IEnumerable

The IDTSForEachEnumeratorInfos100 type exposes the following members.

Properties

  Name Description
Public property Count Infrastructure. Gets the number of IDTSForEachEnumeratorInfos100 objects.
Public property Item Infrastructure. Gets the IDTSForEachEnumeratorInfos100 item.

Top

Methods

  Name Description
Public method GetEnumerator Infrastructure. Returns an enumerator for use in iterating over the IDTSForEachEnumeratorInfos100 collection.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace