执行操作

执行操作包含各种各样的操作,包含那些用于编组操作子集、发送脚本命令、操纵数据库记录和设置变量以供其他操作使用的操作。

操作

描述

编组

用于为集成指定操作的子组。 可以重复地按顺序或并行执行组中的操作。

While Loop

Enables you to specify an action or group of actions that the Integration Service continues to execute sequentially as long as the specified condition continues to be satisfied.

For Loop

Enables you to specify an action or group of actions that the Integration Service continues to execute sequentially until a specified value is reached by either incrementing or decrementing an assigned variable value with each loop iteration.

Select Case

Enables you to create one or more Case subactions and a single Default action and to specify a variable that the Integration Service evaluates to determine which of those actions to execute.

转到

跳转到指定操作继续执行。

用于每条数据库记录

Executes a database query and actions for each record.

停止

停止集成正在运行的所有操作。

Shell 命令

运行可用于执行操作系统命令或第三方实用程序的 Shell 命令。

PowerShell 命令

Runs a Windows PowerShell command.

打印 BTXML 脚本

用于向 BarTender 发送 BarTender XML 脚本来处理代码并完成代码所定义的任务。

等待

Specifies a time period that elapses before the action completes. You can use this action to enable a pause in sequential actions.

等待文件

将 Integration Service 定向为在指定文件夹中查找已定义的文件类型。 在检测到文件时,完成操作并允许随后的操作继续运行。

设置变量

设置一个变量的值。

设置多个变量

设置一个或多个变量的值。

递增变量

Enables you to specify a variable whose value you want to be incremented each time the action is executed.

递减变量

Enables you to specify a variable whose value you want to be decremented each time the action is executed.

打印命令脚本

解析并运行“打印命令脚本”,该脚本为一组编写的指令,Integration Service 可以读取并执行该指令。

BarTender 命令行

通过命令行界面执行 BarTender 命令行打印作业。