Interface IDTSForEachLoop100
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
For more information, see ForEachLoop.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("5BC870EB-BBA5-4B9D-A6E3-58C6D0051F14")> _
Public Interface IDTSForEachLoop100 _
Inherits IDTSExecutable100
'Uso
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
O tipo IDTSForEachLoop100 expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
ForEachEnumerator | Infraestrutura. For more information, see ForEachLoop. | |
VariableMappings | Infraestrutura. For more information, see ForEachLoop. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Infraestrutura. For more information, see Executable. (Herdado de IDTSExecutable100.) | |
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Infraestrutura. For more information, see ForEachLoop. | |
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) | Infraestrutura. For more information, see Executable. (Herdado de IDTSExecutable100.) | |
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) | Infraestrutura. For more information, see ForEachLoop. |
Início