ConnectionManager Property (RDA)

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.

Note

The ConnectionManager property is ignored by Tablet PC applications.

Syntax

object.ConnectionManager(value)

Applies To

SQL Server 2005 Compact Edition 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.

Remarks

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.

See Also

Reference

RDA Object Properties

Help and Information

Getting SQL Server Compact Edition Assistance