Interface ForEachLoop
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 ForEachLoopClass.
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 ForEachLoop _
Inherits IDTSExecutable100
'Utilisation
Dim instance As ForEachLoop
[GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")]
public interface ForEachLoop : IDTSExecutable100
[GuidAttribute(L"49050727-1F34-44BB-8063-152FEFEE4D00")]
public interface class ForEachLoop : IDTSExecutable100
[<GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")>]
type ForEachLoop =
interface
interface IDTSExecutable100
end
public interface ForEachLoop extends IDTSExecutable100
Le type ForEachLoop expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
![]() |
Execute | Infrastructure. Executes the executable. (hérité de IDTSExecutable100.) |
![]() |
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