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. |
上層