Interfaccia IDTSForEachLoop100
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents an interface that defines the ForEach loop process.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
<GuidAttribute("AC9502ED-5A99-4CB0-A467-B2AB5A157E70")> _
Public Interface IDTSForEachLoop100 _
Inherits IDTSExecutable100
'Utilizzo
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
Nel tipo IDTSForEachLoop100 sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
ForEachEnumerator | Infrastruttura. Gets or sets a host for the ForEachEnumerator. | |
VariableMappings | Infrastruttura. Returns a ForEachVariableMappings collection that contains the variable mappings for the ForEachLoop. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Execute | Infrastruttura. Executes the ForEach loop process. | |
Validate | Infrastruttura. Validates the ForEach loop process . |
In alto