ForLoop Interface

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see ForLoopClass.

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

Syntax

'Declaration
<GuidAttribute("FC739C9E-33E4-47D2-8C78-1ADB66824FEB")> _
Public Interface ForLoop _
    Inherits IDTSExecutable100
'Usage
Dim instance As ForLoop
[GuidAttribute("FC739C9E-33E4-47D2-8C78-1ADB66824FEB")]
public interface ForLoop : IDTSExecutable100
[GuidAttribute(L"FC739C9E-33E4-47D2-8C78-1ADB66824FEB")]
public interface class ForLoop : IDTSExecutable100
[<GuidAttribute("FC739C9E-33E4-47D2-8C78-1ADB66824FEB")>]
type ForLoop =  
    interface
        interface IDTSExecutable100
    end
public interface ForLoop extends IDTSExecutable100

The ForLoop type exposes the following members.

Methods

  Name Description
Public method Execute Infrastructure. For more information, see Executable. (Inherited from IDTSExecutable100.)
Public method Validate Infrastructure. For more information, see Executable. (Inherited from IDTSExecutable100.)

Top