activities
latest
false
- 概要
- 暗号化
- データベース
- Java
- Python
- Web API
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
開発者向けのアクティビティ
Last updated 2024年9月12日
一括挿入
UiPath.Database.Activities.BulkInsert
デザイナー パネル
- 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 onlyDataTable
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
andSecureConnectionString
properties are ignored. This field supports onlyDatabaseConnection
variables. - プロバイダー名 - データベースへのアクセスに使用するデータベース プロバイダーの名前です。 このフィールドでは
String
型の変数のみがサポートされています。 - セキュリティで保護された接続文字列 - データベース接続の確立に使用する、SecureString 型の接続文字列です。このフィールドでは
SecureString
型の変数のみがサポートされています。
入力
- Input data table - The source
DataTable
for the items to be inserted. This field supports onlyDataTable
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. TheDataTable
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.