Copy Method
The method copies the source instance to the destination instance based on the defined copy map.
Arguments
Argument | Description |
---|---|
SourceInstance |
[in] Source instance name. |
DestinationInstance |
[in] Destination instance name. |
MapName |
[in] Data map name. |
CachedUpdate |
[in] Y or N. Performance option to allow for cached updates. All SQL generated in the operation is issued to the database in one batch. Therefore, a SQL in the block cannot depend on a previous SQL being committed to the database. (Optional) |
Release |
[in] Source, Destination, or All. If defined, the corresponding instance(s) is popped up and released after the operation. (Optional) |