共用方式為


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 命名空間