IDTSForLoop100 接口

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

Represents an interface for the ForLoop process.

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

语法

声明
<GuidAttribute("663BA968-345E-4539-9D2F-A7D538620ED0")> _
Public Interface IDTSForLoop100 _
    Inherits IDTSExecutable100
用法
Dim instance As IDTSForLoop100
[GuidAttribute("663BA968-345E-4539-9D2F-A7D538620ED0")]
public interface IDTSForLoop100 : IDTSExecutable100
[GuidAttribute(L"663BA968-345E-4539-9D2F-A7D538620ED0")]
public interface class IDTSForLoop100 : IDTSExecutable100
[<GuidAttribute("663BA968-345E-4539-9D2F-A7D538620ED0")>]
type IDTSForLoop100 =  
    interface 
        interface IDTSExecutable100 
    end
public interface IDTSForLoop100 extends IDTSExecutable100

IDTSForLoop100 类型公开以下成员。

属性

  名称 说明
公共属性 AssignExpression 基础结构。Gets or sets an expression to increment or decrement the loop counter.
公共属性 EvalExpression 基础结构。Gets or sets the expression that is evaluated on each pass of the loop.
公共属性 InitExpression 基础结构。Gets or sets an optional initialization expression.

页首

方法

  名称 说明
公共方法 Execute 基础结构。Runs the application, container, or package as part of a package workflow.
公共方法 Validate 基础结构。Allows the container to determine if it contains invalid settings that will prevent it from executing successfully.

页首

请参阅

参考

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