activities
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
開発者向けのアクティビティ
Last updated 2024年9月12日

一括挿入

UiPath.Database.Activities.BulkInsert

説明

特定のデータベース ドライバーの一括操作でデータベース テーブルを更新します。データベース ドライバーが一括操作をサポートしていない場合は、[挿入] アクティビティにフォールバックします。

プロジェクトの対応 OS

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 型の接続文字列です。このフィールドでは 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.

このページは役に立ちましたか?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
Uipath Logo White
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.