Interfaccia IDTSForEachLoop100
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
For more information, see ForEachLoop.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
<GuidAttribute("5BC870EB-BBA5-4B9D-A6E3-58C6D0051F14")> _
Public Interface IDTSForEachLoop100 _
Inherits IDTSExecutable100
'Utilizzo
Dim instance As IDTSForEachLoop100
[GuidAttribute("5BC870EB-BBA5-4B9D-A6E3-58C6D0051F14")]
public interface IDTSForEachLoop100 : IDTSExecutable100
[GuidAttribute(L"5BC870EB-BBA5-4B9D-A6E3-58C6D0051F14")]
public interface class IDTSForEachLoop100 : IDTSExecutable100
[<GuidAttribute("5BC870EB-BBA5-4B9D-A6E3-58C6D0051F14")>]
type IDTSForEachLoop100 =
interface
interface IDTSExecutable100
end
public interface IDTSForEachLoop100 extends IDTSExecutable100
Nel tipo IDTSForEachLoop100 sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
ForEachEnumerator | Infrastruttura. For more information, see ForEachLoop. | |
VariableMappings | Infrastruttura. For more information, see ForEachLoop. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Infrastruttura. For more information, see Executable. Ereditato da IDTSExecutable100. | |
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Infrastruttura. For more information, see ForEachLoop. | |
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) | Infrastruttura. For more information, see Executable. Ereditato da IDTSExecutable100. | |
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) | Infrastruttura. For more information, see ForEachLoop. |
In alto