ForEachLoop Interface
This interface supports the SQL Server 2008 infrastructure and is not intended to be used directly from your code.
For more information, see ForEachLoopClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in microsoft.sqlserver.dtsruntimewrap.dll)
Syntax
'Deklaracja
<GuidAttribute("FC739C9E-33E4-47D2-8C78-1ADB66824FEB")> _
<CoClassAttribute(GetType(ForEachLoopClass))> _
Public Interface ForEachLoop
Inherits IDTSExecutable100
[GuidAttribute("FC739C9E-33E4-47D2-8C78-1ADB66824FEB")]
[CoClassAttribute(typeof(ForEachLoopClass))]
public interface ForEachLoop : IDTSExecutable100
[GuidAttribute(L"FC739C9E-33E4-47D2-8C78-1ADB66824FEB")]
[CoClassAttribute(typeof(ForEachLoopClass))]
public interface class ForEachLoop : IDTSExecutable100
/** @attribute GuidAttribute("FC739C9E-33E4-47D2-8C78-1ADB66824FEB") */
/** @attribute CoClassAttribute(Microsoft.SqlServer.Dts.Runtime.Wrapper.ForEachLoopClass) */
public interface ForEachLoop extends IDTSExecutable100
GuidAttribute("FC739C9E-33E4-47D2-8C78-1ADB66824FEB")
CoClassAttribute(Microsoft.SqlServer.Dts.Runtime.Wrapper.ForEachLoopClass)
public interface ForEachLoop extends IDTSExecutable100
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.