activities
latest
false
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
开发者活动
Last updated 2024年9月12日

批量插入

UiPath.Database.Activities.BulkInsert

描述

通过特定数据库驱动程序的批量操作更新数据库表格。如果数据库驱动程序不支持批量操作,系统会返回至“插入数据表”。

项目兼容性

Windows - 旧版 | Windows | 跨平台

Windows - 旧版 Windows 配置

设计器面板
  • Configure Connection... - Select an existing database connection or add a new one using the Connection Wizard.
  • Target table name - The destination database table name. This field supports only String variables.
  • Input data table - The source DataTable for the items to be inserted. This field supports only DataTable variables.
属性面板

常见

  • Continue on error - This field only supports Boolean values (True, False). The default value in this field is False. As a result, if this field is blank and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.
  • “显示名称”- 活动的显示名称。 此字段仅支持 String 变量。

连接配置

  • 连接字符串”- 用于建立数据库连接的连接字符串。 此字段仅支持String变量。
  • Existing connection - An already open database connection. If such a connection is provided, the ConnectionString and SecureConnectionString properties are ignored. This field supports only DatabaseConnection variables.
  • 提供程序名称” - 用于访问数据库的数据库提供程序的名称。 此字段仅支持String变量。
  • 安全连接字符串”- 用于以安全字符串形式建立数据库连接的连接字符串。 此字段仅支持SecureString变量。

输入

  • Input data table - The source DataTable for the items to be inserted. This field supports only DataTable variables.
  • Target table name - The destination database table name. This field supports only String variables.

其他

  • “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。

输出

  • Affected rows count - Stores the number of affected rows into an Int64 variable.

跨平台配置

  • 现有连接- 从“连接到数据库”活动获得的已打开的数据库连接。
  • Input data table - The DataTable variable that is inserted into the Table. The DataTable columns' name and description must match the ones from the database table.
  • 目标表格名称- 要在其中插入数据的目标数据库表格。
高级选项
其他
  • 出错时继续 - 指定在活动抛出错误时是否应继续自动化操作。
输出
  • Affected rows count - The number of affected rows stored in an Int64 variable.
  • 描述
  • 项目兼容性
  • Windows - 旧版,Windows 配置
  • 跨平台配置

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo White
信任与安全
© 2005-2024 UiPath。保留所有权利。