Bagikan melalui


IDTSForEachItems100 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 ForEachItems object.

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

Syntax

'Declaration
<GuidAttribute("5D77BE0E-5F32-4BB9-8583-1DDBE2300A05")> _
Public Interface IDTSForEachItems100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSForEachItems100
[GuidAttribute("5D77BE0E-5F32-4BB9-8583-1DDBE2300A05")]
public interface IDTSForEachItems100 : IEnumerable
[GuidAttribute(L"5D77BE0E-5F32-4BB9-8583-1DDBE2300A05")]
public interface class IDTSForEachItems100 : IEnumerable
[<GuidAttribute("5D77BE0E-5F32-4BB9-8583-1DDBE2300A05")>]
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. Gets the number or 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 collection to the IDTSForEachItems100 collection.
Public method GetEnumerator Infrastructure. Returns an enumerator for use in iterating over the collection.
Public method Remove Infrastructure. Removes a specified collection from the IDTSForEachItems100 collection.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace