ConnectionManager Property (Replication)

The ConnectionManager property enables the Replication object to use the smart device's Connection Manager API to establish a network connection. The connection is released at the end of synchronization.

Note

The ConnectionManager property is applicable only to Microsoft Windows CE and Windows Mobile applications.

Syntax

object.ConnectionManager [= value]

Parameters

  • value
    Set to true to use the Connection Manager settings. The default value is false.

Data Type

Variant_bool

Prototype

HRESULT get_ConnectionManager(VARIANT_BOOL *pVal);

Remarks

If the ConnectionManager property is set to true, Connection Manager will always be used to establish a connection before synchronization. If proxy settings are required, the Connection Manager's proxy settings will be used unless any one of the proxy properties of the Replication object are set. If the InternetProxyServer, InternetProxyLogin, or InternetProxyPassword property is set, the Replication object will not use the Connection Manager proxy settings.

See Also

Reference

Replication Object Properties

Help and Information

Getting Assistance (SQL Server Compact 3.5 Service Pack 1)