Interface IDTSForEachLoop100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents an interface that defines the ForEach loop process.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("AC9502ED-5A99-4CB0-A467-B2AB5A157E70")> _
Public Interface IDTSForEachLoop100 _
Inherits IDTSExecutable100
'Uso
Dim instance As IDTSForEachLoop100
[GuidAttribute("AC9502ED-5A99-4CB0-A467-B2AB5A157E70")]
public interface IDTSForEachLoop100 : IDTSExecutable100
[GuidAttribute(L"AC9502ED-5A99-4CB0-A467-B2AB5A157E70")]
public interface class IDTSForEachLoop100 : IDTSExecutable100
[<GuidAttribute("AC9502ED-5A99-4CB0-A467-B2AB5A157E70")>]
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. Gets or sets a host for the ForEachEnumerator. | |
VariableMappings | Infraestrutura. Returns a ForEachVariableMappings collection that contains the variable mappings for the ForEachLoop. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Execute | Infraestrutura. Executes the ForEach loop process. | |
Validate | Infraestrutura. Validates the ForEach loop process . |
Início