ForEachLoop 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

For more information, see ForEachLoopClass.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")> _
Public Interface ForEachLoop _
    Inherits IDTSExecutable100
用法
Dim instance As ForEachLoop
[GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")]
public interface ForEachLoop : IDTSExecutable100
[GuidAttribute(L"49050727-1F34-44BB-8063-152FEFEE4D00")]
public interface class ForEachLoop : IDTSExecutable100
[<GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")>]
type ForEachLoop =  
    interface 
        interface IDTSExecutable100 
    end
public interface ForEachLoop extends IDTSExecutable100

ForEachLoop 类型公开以下成员。

方法

  名称 说明
公共方法 Execute 基础结构。Executes the executable. (从 IDTSExecutable100 继承。)
公共方法 Validate 基础结构。Verify that the executable will successfully execute by validating all its dependencies and other items before executing it. (从 IDTSExecutable100 继承。)

页首

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间