sp_hook_dbmlsync_set_ml_connect_info

Use this stored procedure to set the network protocol and network protocol option used to connect to the MobiLink server.

Name Value Description

publication_n (in)

publication

Deprecated. Use subscription_n instead. The publications being synchronized, where n is an integer. There is one publication_n entry for each publication being synchronized. The numbering of n starts at zero.

MobiLink user (in)

MobiLink user name

The MobiLink user for which you are synchronizing.

script version (in)

script version name

The MobiLink script version to be used for the synchronization.

connection type (in/out) tcpip, tls, http, or https The network protocol that is used to connect to the MobiLink server.
connection address (in/out)

protocol options

The communication address that is used to connect to the MobiLink server. See MobiLink client network protocol options.
subscription_n (in) subscription name(s) The names of subscriptions being synchronized where n is an integer. This is one subscription_n entry for each subscription being synchronized. The numbering of n starts at zero.
 Remarks
 See also
 Example