Partager via


Interface ForLoop

Cette API prend en charge l'infrastructure SQL Server 2012 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("49050727-1F34-44BB-8063-152FEFEE4D00")> _
Public Interface ForLoop _
    Inherits IDTSExecutable100
'Utilisation
Dim instance As ForLoop
[GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")]
public interface ForLoop : IDTSExecutable100
[GuidAttribute(L"49050727-1F34-44BB-8063-152FEFEE4D00")]
public interface class ForLoop : IDTSExecutable100
[<GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")>]
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. Executes the executable. (hérité de IDTSExecutable100.)
Méthode publique Validate Infrastructure. Verify that the executable will successfully execute by validating all its dependencies and other items before executing it. (hérité de IDTSExecutable100.)

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper