IDTSForEachItems100-Schnittstelle
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
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