IDTSForEachLoop100 接口

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

Represents an interface that defines the ForEach loop process.

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

语法

声明
<GuidAttribute("AC9502ED-5A99-4CB0-A467-B2AB5A157E70")> _
Public Interface IDTSForEachLoop100 _
    Inherits IDTSExecutable100
用法
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

IDTSForEachLoop100 类型公开以下成员。

属性

  名称 说明
公共属性 ForEachEnumerator 基础结构。Gets or sets a host for the ForEachEnumerator.
公共属性 VariableMappings 基础结构。Returns a ForEachVariableMappings collection that contains the variable mappings for the ForEachLoop.

页首

方法

  名称 说明
公共方法 Execute 基础结构。Executes the ForEach loop process.
公共方法 Validate 基础结构。Validates the ForEach loop process .

页首

请参阅

参考

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