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 | |
---|---|---|
Count | Infrastructure. For more information, see ForEachItems. | |
Item | Infrastructure. For more information, see ForEachItems. |
Top
Methods
Name | Description | |
---|---|---|
Add | Infrastructure. For more information, see ForEachItems. | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() | Infrastructure. For more information, see ForEachItems. | |
Remove | Infrastructure. For more information, see ForEachItems. |
Top