catalog.add_execution_worker (SSISDB データベース)
適用対象: SQL Server Azure Data Factory の SSIS 統合ランタイム
適用対象: SQL Server 2017 (14.x) 以降
Integration Services Scale Out Worker を Scale Out 内の実行のインスタンスに追加します。
構文
catalog.add_execution_worker [ @execution_id = ] execution_id, [ @workeragent_id = ] workeragent_id
引数
[ @execution_id = ] execution_id
実行のインスタンスの一意の識別子。 execution_id は bigint です。
[@workeragent_id = ] workeragent_id
Scale Out Worker の worker エージェント ID。 workeragent_id は uniqueIdentifier です。
リターン コード値
成功した場合は 0 を返します。
結果セット
なし
アクセス許可
このストアド プロシージャには、次の権限のいずれかが必要です。
実行のインスタンスの READ および MODIFY 権限
ssis_admin データベース ロールのメンバーシップ
sysadmin サーバー ロールのメンバーシップ
エラーおよび警告
エラーまたは警告が発生する可能性がある条件を以下に示します。
ユーザーに適切なアクセス許可がない。
実行識別子が有効ではない。
worker エージェント ID が正しくない。
Scale Out に実行がない。