共用方式為


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