The ConnectionManager property enables the RDA object to use the smart device's Connection Manager API to establish a network connection. The connection is released at the end of synchronization.
The ConnectionManager property is applicable only to Microsoft Windows CE and Windows Mobile applications. |
object.ConnectionManager(value)
Applies To
SQL Server Compact 3.5 RDA object
Data Type
Variant_bool
Modifiable
Read/write
Prototype
HRESULT get_ConnectionManager(VARIANT_BOOL *pVal);
HRESULT put_ConnectionManager(VARIANT_BOOL *pVal);
Generic Parameters
Parameter |
Description |
---|---|
value |
True to use the Connection Manager; otherwise, false. |
If the ConnectionManager property is set to true, Connection Manager will always be used to establish a connection. If proxy settings are required, the Connection Manager proxy settings will be used unless at least one of the proxy properties of the RDA object is set. If the InternetProxyServer, InternetProxyLogin, or InternetProxyPassword property is set, RDA will not use the Connection Manager proxy settings.