Returns generated dbmlsync command arguments immediately prior to launching the synchronization process.
Event ID |
Objects |
---|---|
None |
MLSynchronization, MLSync |
Argument |
Description |
---|---|
command_args |
String passed by reference that includes dbmlsync command arguments for launching the synchronization process. |
None
Use this event to receive and display dbmlsync command line arguments.
The event is called by the Synchronize function just before it launches dbmlsync. The generated command arguments for dbmlsync are passed by reference in the command_args string. You can change the command_args string with PowerScript code or with the debugger. If command_args are changed, the Synchronize function will use the new argument string.