For Loop |
[For Loop] 操作では、ループの反復ごとに割り当てられた変数値を増分または減分することにより、指定された値に達するまで、順次連続して実行される操作または操作のグループを指定できます。
You can configure the following properties for the For Loop action:
アクション
名前: 操作の名前を指定します。 必要な場合は、フィールドに新しい名前を入力して既定名を置き換えられます。
説明: 操作の説明を保存できます。
Run Action: 操作を実行する頻度を指定できます。
常に: Integration Service で統合が実行されるたびに操作が実行されます。
しない: Integration Service での統合の実行時に操作は実行されません。
Conditionally, based on variable: Specifies that the Integration Service will run the action only when a selected variable meets a specified condition. このオプションは、操作を実行するかどうかを決定する条件が 1 つのみの場合に使用してください。 このオプションを有効にすると、表示される入力ボックスに条件ステートメントを作成できます。
式に基づく条件に従う: Specifies the conditions under which the Integration Service will run the action. このオプションは、条件ステートメントが複数必要な場合に使用します。 このオプションを有効にすると、必要な条件ステートメントを作成することによって、表示された入力ボックスに条件式を作成できます。 You create and edit your conditional expression on the Tree View tab. Click the Text View tab to see a read-only text view of the conditional expression.
オプション
Name of iteration variable: Specifies the name of the variable that will be incremented or decremented with each iteration of the loop. Enter a unique variable name that is used only for this action.
連番増加: When this option is selected, the iteration variable is incremented with each iteration of the loop.
減分: When this option is selected, the iteration variable is decremented with each iteration of the loop.
For each of the following options, you can enter a value. Alternatively, you can add a variable or add a special character to the value you have entered.
開始値: 反復変数の開始値を指定します。
終了値: 反復変数の終了値を指定します。 When this value is reached, the loop action stops.
Increment value or Decrement value: ループの反復ごとに反復値が増分または減分される単位を指定します。 Enter the value that you want in the input box.
ログオン設定
Inherit from parent action: When enabled, the action inherits the user account credentials specified on the Actions property page. Alternatively, if the action is part of a Group action, it will inherit the user account credentials specified on the immediate parent Group action’s property page.
ユーザーの認証情報を指定: このオプションを有効にすると、操作は、指定された資格情報を使用して実行されます。
エラー処理および診断
Ignore errors and continue running actions: このオプションを有効にすると、操作が失敗したときに他の操作の実行が継続されます。
|
このプロパティが有効でない場合は、操作が失敗したときの動作は以下のシナリオによって異なります。
If the selected action is within a Group action, no actions outside of that Group action are affected. |