Condividi tramite


Interfaccia ForEachLoop

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

For more information, see ForEachLoopClass.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")> _
Public Interface ForEachLoop _
    Inherits IDTSExecutable100
'Utilizzo
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

Nel tipo ForEachLoop sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico Execute Infrastruttura. Executes the executable. Ereditato da IDTSExecutable100.
Metodo pubblico Validate Infrastruttura. Verify that the executable will successfully execute by validating all its dependencies and other items before executing it. Ereditato da IDTSExecutable100.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper