Partager via


Interface ForLoop

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see ForLoopClass.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("FC739C9E-33E4-47D2-8C78-1ADB66824FEB")> _
Public Interface ForLoop _
    Inherits IDTSExecutable100
'Utilisation
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

Le type ForLoop expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Execute Infrastructure. For more information, see Executable. (hérité de IDTSExecutable100.)
Méthode publique Validate Infrastructure. For more information, see Executable. (hérité de IDTSExecutable100.)

Haut de la page