When creating a download file, this option specifies an extra string to be included in the file.
be=string
DnldFileExtra=string
The string can be used for authentication or other purposes. It is passed to the sp_hook_dbmlsync_validate_download_file stored procedure on the remote database when the download file is applied.
The string may not contain any semicolons.
The following example shows how to use the DnldFileExtra synchronization profile option:
DnldFileExtra=val1,val2,val3