Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents an interface for the ForEachItem object.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("92E5449F-0315-493B-AA52-C7AFD1CAA886")> _
Public Interface IDTSForEachItem100 _
Inherits IEnumerable
'Usage
Dim instance As IDTSForEachItem100
[GuidAttribute("92E5449F-0315-493B-AA52-C7AFD1CAA886")]
public interface IDTSForEachItem100 : IEnumerable
[GuidAttribute(L"92E5449F-0315-493B-AA52-C7AFD1CAA886")]
public interface class IDTSForEachItem100 : IEnumerable
[<GuidAttribute("92E5449F-0315-493B-AA52-C7AFD1CAA886")>]
type IDTSForEachItem100 =
interface
interface IEnumerable
end
public interface IDTSForEachItem100 extends IEnumerable
The IDTSForEachItem100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Infrastructure. Gets the number of elements contained in the collection. |
![]() |
Item | Infrastructure. Gets an IDTSForEachItemValue100 object from the collection. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Infrastructure. Adds a new, empty IDTSForEachItemValue100 object to the end of the collection. |
![]() |
GetEnumerator | Infrastructure. Returns an enumerator for use in iterating over the collection. |
![]() |
Remove | Infrastructure. Removes an IDTSForEachItem100 object from the collection. |
Top