ForEachLoop Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Weitere Informationen finden Sie unter ForEachLoopClass.
public interface class ForEachLoop : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExecutable100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ForEachLoopClass))]
[System.Runtime.InteropServices.Guid("E349EDCA-8BC3-4AE6-A2E0-14E7289DEC27")]
public interface ForEachLoop : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ForEachLoopClass))]
[System.Runtime.InteropServices.Guid("3E19BD49-B688-49A4-B4EC-22ADCFDDC42F")]
public interface ForEachLoop : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ForEachLoopClass))]
[System.Runtime.InteropServices.Guid("0FB1ECEC-4CBC-4B75-B31E-746A0546B491")]
public interface ForEachLoop : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ForEachLoopClass))>]
[<System.Runtime.InteropServices.Guid("E349EDCA-8BC3-4AE6-A2E0-14E7289DEC27")>]
type ForEachLoop = interface
interface IDTSExecutable100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ForEachLoopClass))>]
[<System.Runtime.InteropServices.Guid("3E19BD49-B688-49A4-B4EC-22ADCFDDC42F")>]
type ForEachLoop = interface
interface IDTSExecutable100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ForEachLoopClass))>]
[<System.Runtime.InteropServices.Guid("0FB1ECEC-4CBC-4B75-B31E-746A0546B491")>]
type ForEachLoop = interface
interface IDTSExecutable100
Public Interface ForEachLoop
Implements IDTSExecutable100
- Abgeleitet
- Attribute
- Implementiert
Methoden
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) |
Führt das ausführbare Element aus. (Geerbt von IDTSExecutable100) |
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) |
Vergewissern Sie sich, dass die ausführbare Datei erfolgreich ausgeführt wird, indem Sie alle Abhängigkeiten und anderen Elemente vor der Ausführung überprüfen. (Geerbt von IDTSExecutable100) |