Partager via


Interface IDTSForLoop100

Cette API prend en charge l'infrastructure .NET Framework 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 (dans Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("695D6C23-66C4-4EE6-975A-9F3D0C7AB6C9")> _
Public Interface IDTSForLoop100 _
    Inherits IDTSExecutable100
'Utilisation
Dim instance As IDTSForLoop100
[GuidAttribute("695D6C23-66C4-4EE6-975A-9F3D0C7AB6C9")]
public interface IDTSForLoop100 : IDTSExecutable100
[GuidAttribute(L"695D6C23-66C4-4EE6-975A-9F3D0C7AB6C9")]
public interface class IDTSForLoop100 : IDTSExecutable100
[<GuidAttribute("695D6C23-66C4-4EE6-975A-9F3D0C7AB6C9")>]
type IDTSForLoop100 =  
    interface
        interface IDTSExecutable100
    end
public interface IDTSForLoop100 extends IDTSExecutable100