Argument | Description |
source_variable | Pipeline variable to rename to or copy. source_variable can reside in any existing scope or Document. |
target_variable | Pipeline variable to rename or copy source_variable. target_variable must be in the current scope. If target_variable does not exist, Integration Server creates it. If target_variable already exists, Integration Server overwrites it. |
[copy="true"] | Tells Integration Server to copy source_variable to target_variable. By default, Integration Server renames source_variable to target_variable by copying source_variable to target_variable and then deleting source_variable. |