ForEachLoop 接口

定义

public interface class ForEachLoop : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2017::IDTSExecutable100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.ForEachLoopClass))]
[System.Runtime.InteropServices.Guid("3E19BD49-B688-49A4-B4EC-22ADCFDDC42F")]
public interface ForEachLoop : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSExecutable100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.ForEachLoopClass))>]
[<System.Runtime.InteropServices.Guid("3E19BD49-B688-49A4-B4EC-22ADCFDDC42F")>]
type ForEachLoop = interface
    interface IDTSExecutable100
Public Interface ForEachLoop
Implements IDTSExecutable100
派生
属性
实现

方法

Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) (继承自 IDTSExecutable100)
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) (继承自 IDTSExecutable100)

适用于